Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] net: Add a missing word
@ 2020-09-05 18:32 Jonathan Neuschäfer
  2020-09-06 19:14 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-09-05 18:32 UTC (permalink / raw)
  To: netdev
  Cc: Jonathan Neuschäfer, David S. Miller, Jakub Kicinski,
	Alexei Starovoitov, Jiri Pirko, Eric Dumazet, Andrii Nakryiko,
	Taehee Yoo, Cong Wang, linux-kernel

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

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.
  */
--
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-06 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05 18:32 [PATCH] net: Add a missing word Jonathan Neuschäfer
2020-09-06 19:14 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).