Skip to content

Commit cc6bbfe

Browse files
rddunlapjmberg-intel
authored andcommitted
wifi: mac80211: sta_info.c: fix sentence grammar
Correct run-on sentences by changing "," to ";". Signed-off-by: Randy Dunlap <[email protected]> Cc: Johannes Berg <[email protected]> Cc: Kalle Valo <[email protected]> Cc: [email protected] Cc: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Paolo Abeni <[email protected]> Link: https://msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
1 parent cd33615 commit cc6bbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/mac80211/sta_info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* either sta_info_insert() or sta_info_insert_rcu(); only in the latter
4141
* case (which acquires an rcu read section but must not be called from
4242
* within one) will the pointer still be valid after the call. Note that
43-
* the caller may not do much with the STA info before inserting it, in
43+
* the caller may not do much with the STA info before inserting it; in
4444
* particular, it may not start any mesh peer link management or add
4545
* encryption keys.
4646
*
@@ -58,7 +58,7 @@
5858
* In order to remove a STA info structure, various sta_info_destroy_*()
5959
* calls are available.
6060
*
61-
* There is no concept of ownership on a STA entry, each structure is
61+
* There is no concept of ownership on a STA entry; each structure is
6262
* owned by the global hash table/list until it is removed. All users of
6363
* the structure need to be RCU protected so that the structure won't be
6464
* freed before they are done using it.

0 commit comments

Comments
 (0)