forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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