aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
diff options
context:
space:
mode:
authorJennifer Naumann <Jennifer.Naumann@informatik.stud.uni-erlangen.de>2012-12-05 21:40:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 12:53:40 -0800
commit0db7a34e6c8e902c6fc58c2116278dd8e88fefb7 (patch)
treec464cbc7bab45db7e9bf94074e970f77942d207f /drivers/staging/rtl8192u/r8192U_core.c
parentstaging/rtl8192u: cleanfile run (diff)
downloadlinux-dev-0db7a34e6c8e902c6fc58c2116278dd8e88fefb7.tar.xz
linux-dev-0db7a34e6c8e902c6fc58c2116278dd8e88fefb7.zip
staging/rtl8192u: put { on same line as struct
This fixes the checkpatch error "open brace '{' following struct go on the same line" in staging/rtl8192u Signed-off-by: Jennifer Naumann <Jennifer.Naumann@informatik.stud.uni-erlangen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r8192U_core.c')
-rw-r--r--drivers/staging/rtl8192u/r8192U_core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index 1887dde99b9b..abedae7fb67f 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -164,8 +164,7 @@ static struct usb_driver rtl8192_usb_driver = {
};
-typedef struct _CHANNEL_LIST
-{
+typedef struct _CHANNEL_LIST {
u8 Channel[32];
u8 Len;
}CHANNEL_LIST, *PCHANNEL_LIST;