Skip to content

Commit 05b2345

Browse files
rddunlapjmberg-intel
authored andcommitted
wifi: cfg80211: fix spelling & punctutation
Correct spelling and run-on sentences. Signed-off-by: Randy Dunlap <[email protected]> Cc: Johannes Berg <[email protected]> Cc: [email protected] Cc: Kalle Valo <[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 bf6b980 commit 05b2345

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/net/cfg80211.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* such wiphy can have zero, one, or many virtual interfaces associated with
5353
* it, which need to be identified as such by pointing the network interface's
5454
* @ieee80211_ptr pointer to a &struct wireless_dev which further describes
55-
* the wireless part of the interface, normally this struct is embedded in the
55+
* the wireless part of the interface. Normally this struct is embedded in the
5656
* network interface's private data area. Drivers can optionally allow creating
5757
* or destroying virtual interfaces on the fly, but without at least one or the
5858
* ability to create some the wireless device isn't useful.
@@ -2584,7 +2584,7 @@ struct cfg80211_scan_info {
25842584
* @short_ssid: short ssid to scan for
25852585
* @bssid: bssid to scan for
25862586
* @channel_idx: idx of the channel in the channel array in the scan request
2587-
* which the above info relvant to
2587+
* which the above info is relevant to
25882588
* @unsolicited_probe: the AP transmits unsolicited probe response every 20 TU
25892589
* @short_ssid_valid: @short_ssid is valid and can be used
25902590
* @psc_no_listen: when set, and the channel is a PSC channel, no need to wait
@@ -7504,7 +7504,7 @@ void cfg80211_notify_new_peer_candidate(struct net_device *dev,
75047504
* RFkill integration in cfg80211 is almost invisible to drivers,
75057505
* as cfg80211 automatically registers an rfkill instance for each
75067506
* wireless device it knows about. Soft kill is also translated
7507-
* into disconnecting and turning all interfaces off, drivers are
7507+
* into disconnecting and turning all interfaces off. Drivers are
75087508
* expected to turn off the device when all interfaces are down.
75097509
*
75107510
* However, devices may have a hard RFkill line, in which case they
@@ -7552,7 +7552,7 @@ static inline void wiphy_rfkill_stop_polling(struct wiphy *wiphy)
75527552
* the configuration mechanism.
75537553
*
75547554
* A driver supporting vendor commands must register them as an array
7555-
* in struct wiphy, with handlers for each one, each command has an
7555+
* in struct wiphy, with handlers for each one. Each command has an
75567556
* OUI and sub command ID to identify it.
75577557
*
75587558
* Note that this feature should not be (ab)used to implement protocol
@@ -7716,7 +7716,7 @@ static inline void cfg80211_vendor_event(struct sk_buff *skb, gfp_t gfp)
77167716
* interact with driver-specific tools to aid, for instance,
77177717
* factory programming.
77187718
*
7719-
* This chapter describes how drivers interact with it, for more
7719+
* This chapter describes how drivers interact with it. For more
77207720
* information see the nl80211 book's chapter on it.
77217721
*/
77227722

0 commit comments

Comments
 (0)