From: Jonathan Neuschäfer Date: Sat, 5 Sep 2020 18:32:18 +0000 (+0200) Subject: net: Add a missing word X-Git-Tag: v5.10.7~1401^2~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee1a4c84a76de7c3d3cc04584b745280f6e22ba9;p=platform%2Fkernel%2Flinux-rpi.git net: Add a missing word Signed-off-by: Jonathan Neuschäfer Signed-off-by: Jakub Kicinski --- diff --git a/net/core/dev.c b/net/core/dev.c index 4086d33..152ad3b 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. */