Skip to content

Commit c7912f2

Browse files
ColinIanKinggregkh
authored andcommitted
staging: rtl8192e: Fix spelling mistake "ContryIE" -> "CountryIE"
There is a spelling mistake in a netdev_info message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7bef797 commit c7912f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8192e/rtllib_rx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ static inline void rtllib_extract_country_ie(
17761776
if (rtllib_act_scanning(ieee, false) &&
17771777
ieee->FirstIe_InScan)
17781778
netdev_info(ieee->dev,
1779-
"Received beacon ContryIE, SSID: <%s>\n",
1779+
"Received beacon CountryIE, SSID: <%s>\n",
17801780
network->ssid);
17811781
dot11d_update_country(ieee, addr2,
17821782
info_element->len,

0 commit comments

Comments
 (0)