Commit b16db7a3 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_net_unix_af_unix.c

parent ecb2c864
...@@ -185,7 +185,7 @@ static int unix_mkname(struct sockaddr_un * sunaddr, int len, unsigned *hashp) ...@@ -185,7 +185,7 @@ static int unix_mkname(struct sockaddr_un * sunaddr, int len, unsigned *hashp)
/* /*
* This may look like an off by one error but it is * This may look like an off by one error but it is
* a bit more subtle. 108 is the longest valid AF_UNIX * a bit more subtle. 108 is the longest valid AF_UNIX
* path for a binding. sun_path[108] doesnt as such * path for a binding. sun_path[108] doesn't as such
* exist. However in kernel space we are guaranteed that * exist. However in kernel space we are guaranteed that
* it is a valid memory location in our kernel * it is a valid memory location in our kernel
* address buffer. * address buffer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment