summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
diff options
context:
space:
mode:
authorColin Ian King2019-06-19 18:50:27 +0200
committerGreg Kroah-Hartman2019-06-20 14:43:02 +0200
commit9cc579cc9588cfe1e6ffc12193253bc0950cada1 (patch)
tree48d16410619aa7c04f4e804272d8bdf8e80539cf /drivers/staging/rtl8723bs/os_dep
parentstaging: rtl8723bs: hal: odm_RegConfig8723B: fix Lines should not end with a '(' (diff)
downloadkernel-qcow2-linux-9cc579cc9588cfe1e6ffc12193253bc0950cada1.tar.gz
kernel-qcow2-linux-9cc579cc9588cfe1e6ffc12193253bc0950cada1.tar.xz
kernel-qcow2-linux-9cc579cc9588cfe1e6ffc12193253bc0950cada1.zip
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>
Diffstat (limited to 'drivers/staging/rtl8723bs/os_dep')
-rw-r--r--drivers/staging/rtl8723bs/os_dep/ioctl_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
index e050f20de6a8..b6ed647ed3e2 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
@@ -1179,7 +1179,7 @@ static int rtw_wx_set_wap(struct net_device *dev,
spin_unlock_bh(&queue->lock);
goto exit;
}
- break;
+ break;
}
}