OSDN Git Service

staging: rtl8723bs: os_dep: fix indentation on break statement
authorColin Ian King <colin.king@canonical.com>
Wed, 19 Jun 2019 16:50:27 +0000 (17:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:43:02 +0000 (14:43 +0200)
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>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c

index e050f20..b6ed647 100644 (file)
@@ -1179,7 +1179,7 @@ static int rtw_wx_set_wap(struct net_device *dev,
                                spin_unlock_bh(&queue->lock);
                                goto exit;
                        }
-                               break;
+                       break;
                }
 
        }