projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4a8ef
)
net: Add a missing word
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Sat, 5 Sep 2020 18:32:18 +0000
(20:32 +0200)
committer
Jakub Kicinski
<kuba@kernel.org>
Sun, 6 Sep 2020 19:13:11 +0000
(12:13 -0700)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/dev.c
patch
|
blob
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index
4086d33
..
152ad3b
100644
(file)
--- 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.
*/