diff mbox series

net: Add a missing word

Message ID 20200905183220.1272247-1-j.neuschaefer@gmx.net
State New
Headers show
Series net: Add a missing word | expand

Commit Message

Jonathan Neuschäfer Sept. 5, 2020, 6:32 p.m. UTC
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 net/core/dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.28.0

Comments

Jakub Kicinski Sept. 6, 2020, 7:14 p.m. UTC | #1
On Sat,  5 Sep 2020 20:32:18 +0200 Jonathan Neuschäfer wrote:
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied.
diff mbox series

Patch

diff --git a/net/core/dev.c b/net/core/dev.c
index b9c6f31ae96eb..36c22e60910c5 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.
  */