staging: rtl8723au: core: fixing "foo * bar" should be "foo *bar"
authorAsaf Vertz <asaf.vertz@tandemg.com>
Tue, 16 Dec 2014 13:57:58 +0000 (15:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 21:54:57 +0000 (13:54 -0800)
Fixed a coding style error, "foo * bar" should be "foo *bar"

Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found