Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net> To: netdev@vger.kernel.org Cc: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>, "David S. Miller" <davem@davemloft.net>, "Jakub Kicinski" <kuba@kernel.org>, "Alexei Starovoitov" <ast@kernel.org>, "Jiri Pirko" <jiri@mellanox.com>, "Eric Dumazet" <edumazet@google.com>, "Andrii Nakryiko" <andriin@fb.com>, "Taehee Yoo" <ap420073@gmail.com>, "Cong Wang" <xiyou.wangcong@gmail.com>, linux-kernel@vger.kernel.org Subject: [PATCH] net: Add a missing word Date: Sat, 5 Sep 2020 20:32:18 +0200 [thread overview] Message-ID: <20200905183220.1272247-1-j.neuschaefer@gmx.net> (raw) 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
next reply other threads:[~2020-09-05 18:33 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-05 18:32 Jonathan Neuschäfer [this message] 2020-09-06 19:14 ` [PATCH] net: Add a missing word Jakub Kicinski
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200905183220.1272247-1-j.neuschaefer@gmx.net \ --to=j.neuschaefer@gmx.net \ --cc=andriin@fb.com \ --cc=ap420073@gmail.com \ --cc=ast@kernel.org \ --cc=davem@davemloft.net \ --cc=edumazet@google.com \ --cc=jiri@mellanox.com \ --cc=kuba@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=xiyou.wangcong@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).