summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae/debug.h
diff options
context:
space:
mode:
authorGreg Donald2014-09-07 01:40:29 +0200
committerGreg Kroah-Hartman2014-09-08 23:01:17 +0200
commitc1f870c68ae4076716a5a75a2509f2216112c563 (patch)
tree9f9f66024a214435a113abce651c06eb28547596 /drivers/staging/rtl8821ae/debug.h
parentstaging: bcm: sort.c: fix coding style (diff)
downloadkernel-qcow2-linux-c1f870c68ae4076716a5a75a2509f2216112c563.tar.gz
kernel-qcow2-linux-c1f870c68ae4076716a5a75a2509f2216112c563.tar.xz
kernel-qcow2-linux-c1f870c68ae4076716a5a75a2509f2216112c563.zip
drivers: staging: rtl8821ae: Fix '"(foo*)" should be "(foo *)"' errors
Fix checkpatch.pl '"(foo*)" should be "(foo *)"' errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae/debug.h')
-rw-r--r--drivers/staging/rtl8821ae/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/debug.h b/drivers/staging/rtl8821ae/debug.h
index 6c0a553e98b7..c793f8c499e7 100644
--- a/drivers/staging/rtl8821ae/debug.h
+++ b/drivers/staging/rtl8821ae/debug.h
@@ -203,7 +203,7 @@ enum dbgp_flag_e {
if(unlikely(((_comp) & rtlpriv->dbg.global_debugcomponents ) &&\
(_level <= rtlpriv->dbg.global_debuglevel ))) { \
int __i; \
- u8* ptr = (u8*)_hexdata; \
+ u8 *ptr = (u8 *)_hexdata; \
printk(KERN_DEBUG "%s: ", KBUILD_MODNAME); \
printk(KERN_DEBUG "In process \"%s\" (pid %i):", \
current->comm, \