forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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