]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8712: fix a foo * bar errors reported by checkpatch
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 23 Sep 2012 16:57:22 +0000 (12:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:23:31 +0000 (09:23 -0700)
commitc06df2334ce9a0072c94ffffcd8977fe726015f1
treef968864c02cab51e0e715edfc209d861c5c5a984
parente1656648c920984005019cf39b00b43d2d47b49f
staging: rtl8712: fix a foo * bar errors reported by checkpatch

fixes the following error:

drivers/staging/rtl8712/rtl8712_xmit.c:379:  ERROR: "foo * bar" should
be "foo *bar"

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