* [PATCH] wifi: mac80211: sta_info.c: fix sentence grammar
@ 2023-12-13 5:48 Randy Dunlap
2023-12-14 17:43 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2023-12-13 5:48 UTC (permalink / raw)
To: netdev
Cc: Randy Dunlap, Johannes Berg, Kalle Valo, linux-wireless,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Correct run-on sentences by changing "," to ";".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Kalle Valo <kvalo@kernel.org>
Cc: linux-wireless@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
---
net/mac80211/sta_info.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -- a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -40,7 +40,7 @@
* either sta_info_insert() or sta_info_insert_rcu(); only in the latter
* case (which acquires an rcu read section but must not be called from
* within one) will the pointer still be valid after the call. Note that
- * the caller may not do much with the STA info before inserting it, in
+ * the caller may not do much with the STA info before inserting it; in
* particular, it may not start any mesh peer link management or add
* encryption keys.
*
@@ -58,7 +58,7 @@
* In order to remove a STA info structure, various sta_info_destroy_*()
* calls are available.
*
- * There is no concept of ownership on a STA entry, each structure is
+ * There is no concept of ownership on a STA entry; each structure is
* owned by the global hash table/list until it is removed. All users of
* the structure need to be RCU protected so that the structure won't be
* freed before they are done using it.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] wifi: mac80211: sta_info.c: fix sentence grammar
2023-12-13 5:48 [PATCH] wifi: mac80211: sta_info.c: fix sentence grammar Randy Dunlap
@ 2023-12-14 17:43 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-12-14 17:43 UTC (permalink / raw)
To: Randy Dunlap
Cc: netdev, Johannes Berg, Kalle Valo, linux-wireless,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
On Tue, Dec 12, 2023 at 09:48:09PM -0800, Randy Dunlap wrote:
> Correct run-on sentences by changing "," to ";".
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Johannes Berg <johannes@sipsolutions.net>
> Cc: Kalle Valo <kvalo@kernel.org>
> Cc: linux-wireless@vger.kernel.org
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Paolo Abeni <pabeni@redhat.com>
> ---
> net/mac80211/sta_info.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks Randy,
these changes look good to me.
Also, I checked and codespell does not report any errors in sta_info.c
Reviewed-by: Simon Horman <horms@kernel.org>
...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-14 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 5:48 [PATCH] wifi: mac80211: sta_info.c: fix sentence grammar Randy Dunlap
2023-12-14 17:43 ` Simon Horman
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).