Skip to content

Commit

Permalink
net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
Browse files Browse the repository at this point in the history
Change "minimun" to "minimum".

Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
tklauser authored and davem330 committed Feb 13, 2018
1 parent da36029 commit d4e9a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg,
}

/* We use paged skbs for stream sockets, and limit occupancy to 32768
* bytes, and a minimun of a full page.
* bytes, and a minimum of a full page.
*/
#define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768))

Expand Down

0 comments on commit d4e9a40

Please sign in to comment.