Skip to content

Commit cd33615

Browse files
rddunlapjmberg-intel
authored andcommitted
wifi: mac80211: rx.c: fix sentence grammar
Correct a run-on sentence by changing "," to ";". Add a subject in one sentence. 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 074b3cf commit cd33615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/mac80211/rx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
920920
* Drivers always need to pass packets that are aligned to two-byte boundaries
921921
* to the stack.
922922
*
923-
* Additionally, should, if possible, align the payload data in a way that
923+
* Additionally, they should, if possible, align the payload data in a way that
924924
* guarantees that the contained IP header is aligned to a four-byte
925925
* boundary. In the case of regular frames, this simply means aligning the
926926
* payload to a four-byte boundary (because either the IP header is directly
@@ -936,7 +936,7 @@ static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
936936
* subframe to a length that is a multiple of four.
937937
*
938938
* Padding like Atheros hardware adds which is between the 802.11 header and
939-
* the payload is not supported, the driver is required to move the 802.11
939+
* the payload is not supported; the driver is required to move the 802.11
940940
* header to be directly in front of the payload in that case.
941941
*/
942942
static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx)

0 commit comments

Comments
 (0)