rtl8188eu: Change "switch(" to "switch ("

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:05:44 -05:00
parent 8e22f0d2e8
commit c818db1282
35 changed files with 170 additions and 170 deletions

View file

@ -371,7 +371,7 @@ int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd)
cmd_num = rtw_android_cmdstr_to_num(command);
switch(cmd_num) {
switch (cmd_num) {
case ANDROID_WIFI_CMD_START:
/* bytes_written = wl_android_wifi_on(net); */
goto response;
@ -386,7 +386,7 @@ int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd)
goto exit;
}
switch(cmd_num) {
switch (cmd_num) {
case ANDROID_WIFI_CMD_STOP:
break;