mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-08 23:38:01 +07:00
net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment
Change "minimun" to "minimum". Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
da360299b6
commit
d4e9a408ef
@ -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
|
/* 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))
|
#define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user