diff --git a/net/core/dev.c b/net/core/dev.c index 4086d335978c1bf62bd3965bd2ea96a4ac06b13d..152ad3b578deb0122bed07da30f3cd0ee5223685 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -6293,7 +6293,7 @@ EXPORT_SYMBOL(__napi_schedule); * @n: napi context * * Test if NAPI routine is already running, and if not mark - * it as running. This is used as a condition variable + * it as running. This is used as a condition variable to * insure only one NAPI poll instance runs. We also make * sure there is no pending NAPI disable. */