aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/rtw_debug.h
diff options
context:
space:
mode:
authorJia He <hejianet@gmail.com>2014-11-04 09:39:58 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 18:13:34 -0800
commit7be921a226dcbbbd8fb6f5d63bea4856b3a11624 (patch)
tree39d81c086e1c683370683d2c5e0df80e9a7f29b6 /drivers/staging/rtl8188eu/include/rtw_debug.h
parentstaging: ft1000: Logging message neatening (diff)
downloadlinux-dev-7be921a226dcbbbd8fb6f5d63bea4856b3a11624.tar.xz
linux-dev-7be921a226dcbbbd8fb6f5d63bea4856b3a11624.zip
staging: rtl8188eu: Fix coding style space related ERROR problems
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff <old_commit> <new_commit> Signed-off-by: Jia He <hejianet@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtw_debug.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_debug.h b/drivers/staging/rtl8188eu/include/rtw_debug.h
index a38616e3cad2..971bf457f32d 100644
--- a/drivers/staging/rtl8188eu/include/rtw_debug.h
+++ b/drivers/staging/rtl8188eu/include/rtw_debug.h
@@ -106,7 +106,7 @@ extern u32 GlobalDebugLevel;
u8 *ptr = (u8 *)_hexdata; \
pr_info("%s", DRIVER_PREFIX); \
pr_info(_titlestring); \
- for (__i = 0; __i < (int)_hexdatalen; __i++ ) { \
+ for (__i = 0; __i < (int)_hexdatalen; __i++) { \
pr_info("%02X%s", ptr[__i], \
(((__i + 1) % 4) == 0) ? \
" " : " "); \