summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2020-09-05 20:32:18 +0200
committerJakub Kicinski <kuba@kernel.org>2020-09-06 12:13:11 -0700
commitee1a4c84a76de7c3d3cc04584b745280f6e22ba9 (patch)
tree27277083dbfb6fe41e56ce14cbfb3daadd2b90e5 /net/core/dev.c
parent5f4a8ef384db1e1e1d6132e3fac9c43fe670a4e8 (diff)
downloadlinux-ee1a4c84a76de7c3d3cc04584b745280f6e22ba9.tar.gz
linux-ee1a4c84a76de7c3d3cc04584b745280f6e22ba9.tar.bz2
linux-ee1a4c84a76de7c3d3cc04584b745280f6e22ba9.zip
net: Add a missing word
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 4086d335978c..152ad3b578de 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.
*/