staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatch
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 23 Sep 2012 16:57:23 +0000 (12:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:23:31 +0000 (09:23 -0700)
commit53176607a470092ad62a2268860308f441e493cd
treea91b5ab25f2a9237601be6db1d7dc71461f3a6e0
parentc06df2334ce9a0072c94ffffcd8977fe726015f1
staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatch

fixes the following errors:

drivers/staging/rtl8712/rtl871x_security.c:61: ERROR: "foo * bar" should
be "foo *bar"
drivers/staging/rtl8712/rtl871x_security.c:291: ERROR: "foo * bar"
should be "foo *bar"
drivers/staging/rtl8712/rtl871x_security.c:323: ERROR: "foo * bar"
should be "foo *bar"
drivers/staging/rtl8712/rtl871x_security.c:1371: ERROR: "(foo*)" should
be "(foo *)"

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_security.c