hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/vm/page_frags.rst
....@@ -26,7 +26,7 @@
2626
2727 The network stack uses two separate caches per CPU to handle fragment
2828 allocation. The netdev_alloc_cache is used by callers making use of the
29
-__netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
29
+netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
3030 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
3131 main difference between these two calls is the context in which they may be
3232 called. The "netdev" prefixed functions are usable in any context as these