diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-09-05 20:32:18 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-09-06 12:13:11 -0700 |
commit | ee1a4c84a76de7c3d3cc04584b745280f6e22ba9 (patch) | |
tree | 27277083dbfb6fe41e56ce14cbfb3daadd2b90e5 /net | |
parent | 5f4a8ef384db1e1e1d6132e3fac9c43fe670a4e8 (diff) |
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')
-rw-r--r-- | net/core/dev.c | 2 |
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. */ |