mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
staging: rtl8723bs: os_dep: fix indentation on break statement
The break statement is indented one level too deep, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d189a7c2f8
commit
9cc579cc95
|
|
@ -1179,7 +1179,7 @@ static int rtw_wx_set_wap(struct net_device *dev,
|
|||
spin_unlock_bh(&queue->lock);
|
||||
goto exit;
|
||||
}
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user