projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da36029
)
net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
author
Tobias Klauser
<tklauser@distanz.ch>
Tue, 13 Feb 2018 10:11:30 +0000
(11:11 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Feb 2018 17:21:45 +0000
(12:21 -0500)
Change "minimun" to "minimum".
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c
patch
|
blob
|
history
diff --git
a/net/unix/af_unix.c
b/net/unix/af_unix.c
index d545e1d0dea22cf15426c73224a8ce38855f202b..2d465bdeccbc7c60288c56c8be24f87fc8facf05 100644
(file)
--- a/
net/unix/af_unix.c
+++ b/
net/unix/af_unix.c
@@
-1825,7
+1825,7
@@
out:
}
/* We use paged skbs for stream sockets, and limit occupancy to 32768
- * bytes, and a minimu
n
of a full page.
+ * bytes, and a minimu
m
of a full page.
*/
#define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768))