mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
staging: rtl8723bs: Remove trailing space after \n newline
There is a extraneous space after a newline in a netdev_dbg message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240901161534.143887-1-colin.i.king@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ae26a4cc10
commit
fde40290ed
|
|
@ -628,7 +628,7 @@ unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame)
|
|||
ret = rtw_check_bcn_info(padapter, pframe, len);
|
||||
if (!ret) {
|
||||
netdev_dbg(padapter->pnetdev,
|
||||
"ap has changed, disconnect now\n ");
|
||||
"ap has changed, disconnect now\n");
|
||||
receive_disconnect(padapter,
|
||||
pmlmeinfo->network.mac_address, 0);
|
||||
return _SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user