staging: csr: csr_wifi_sme_sef.h: Fixed from foo* bar to foo *bar
authorSangho Yi <antiroot@gmail.com>
Wed, 17 Oct 2012 10:11:06 +0000 (19:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 21:43:53 +0000 (14:43 -0700)
Fixed coding style errors like foo* bar to foo *bar for the definition
of input and output variables of the function interfaces.

Signed-off-by: Sangho Yi <antiroot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found