From: Jonathan Neuschäfer Date: Sat, 5 Sep 2020 18:32:18 +0000 (+0200) Subject: net: Add a missing word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee1a4c84a76de7c3d3cc04584b745280f6e22ba9;p=linux.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 4086d335978c1..152ad3b578deb 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. */