Commit 88e5a934 authored by Xenia Ragiadakou's avatar Xenia Ragiadakou Committed by Greg Kroah-Hartman

staging: rtl8192u: remove trailing whitespace in r8192U_core.c

This patch fixes the following checkpatch error:
ERROR: trailing whitespace
Signed-off-by: default avatarXenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7d79ec69
...@@ -202,7 +202,7 @@ static void rtl819x_set_channel_map(u8 channel_plan, struct r8192_priv *priv) ...@@ -202,7 +202,7 @@ static void rtl819x_set_channel_map(u8 channel_plan, struct r8192_priv *priv)
case COUNTRY_CODE_MKK1: case COUNTRY_CODE_MKK1:
case COUNTRY_CODE_ISRAEL: case COUNTRY_CODE_ISRAEL:
case COUNTRY_CODE_TELEC: case COUNTRY_CODE_TELEC:
case COUNTRY_CODE_MIC: case COUNTRY_CODE_MIC:
Dot11d_Init(ieee); Dot11d_Init(ieee);
ieee->bGlobalDomain = false; ieee->bGlobalDomain = false;
//actually 8225 & 8256 rf chips only support B,G,24N mode //actually 8225 & 8256 rf chips only support B,G,24N mode
...@@ -229,7 +229,7 @@ static void rtl819x_set_channel_map(u8 channel_plan, struct r8192_priv *priv) ...@@ -229,7 +229,7 @@ static void rtl819x_set_channel_map(u8 channel_plan, struct r8192_priv *priv)
Dot11d_Reset(ieee); Dot11d_Reset(ieee);
ieee->bGlobalDomain = true; ieee->bGlobalDomain = true;
break; break;
default: default:
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment