Skip to content

Commit 02d838d

Browse files
ColinIanKinggregkh
authored andcommitted
staging: rtl8192e: Fix spelling mistake "RESQUEST" -> "REQUEST"
There is a spelling mistake in a netdev_dbg 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 ca7918f commit 02d838d

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
@@ -2732,7 +2732,7 @@ static void rtllib_rx_mgt(struct rtllib_device *ieee,
27322732
(struct rtllib_probe_response *)header, stats);
27332733
break;
27342734
case RTLLIB_STYPE_PROBE_REQ:
2735-
netdev_dbg(ieee->dev, "received PROBE RESQUEST (%d)\n",
2735+
netdev_dbg(ieee->dev, "received PROBE REQUEST (%d)\n",
27362736
WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)));
27372737
if ((ieee->softmac_features & IEEE_SOFTMAC_PROBERS) &&
27382738
((ieee->iw_mode == IW_MODE_ADHOC ||

0 commit comments

Comments
 (0)