Staging: rtl8192e: Remove extra space before break statement
authorPuranjay Mohan <puranjay12@gmail.com>
Wed, 1 May 2019 19:23:24 +0000 (00:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 17:43:18 +0000 (19:43 +0200)
commita4ecdcbfc4dd91417706e4644e4e93de43b34bea
tree9010855212019106e3305ba6634982401383815e
parenteca4e5f58b758e74e6065eb8bcab57067f1427f6
Staging: rtl8192e: Remove extra space before break statement

Remove extra spaces before "break" statements to fix the following
warnings from checkpatch.pl

WARNING: Statements should start on a tabstop
+  break;

WARNING: Statements should start on a tabstop
+  break;

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c