Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: remove trailing whitespace

remove trailing whitespace found by checkpatch

Signed-off-by: Daniel Watson <ozzloy@challenge-bot.com>
Link: https://lore.kernel.org/r/20220620054529.4019-1-ozzloy@challenge-bot.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Daniel Watson and committed by
Greg Kroah-Hartman
aa64e956 e0c71841

+1 -1
+1 -1
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
··· 960 960 return _FAIL; 961 961 962 962 frame_type = GetFrameSubType(pframe); 963 - if (frame_type == WIFI_ASSOCREQ) 963 + if (frame_type == WIFI_ASSOCREQ) 964 964 ie_offset = _ASOCREQ_IE_OFFSET_; 965 965 else /* WIFI_REASSOCREQ */ 966 966 ie_offset = _REASOCREQ_IE_OFFSET_;