staging: rtl8192e: Fix pointer type declaration style errors
authorJohn Ledbetter <john@throttle.io>
Thu, 9 Oct 2014 15:05:08 +0000 (11:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:13 +0000 (10:30 +0800)
commit3f8ddea02c1c8f42a7a88d5db8ebf045cb0e82fa
tree424c1b179a7e409ab1d1d5ff9b75534e0849ca96
parentf582d9a8b95535d7728a0b9ea54afa1f59df3f68
staging: rtl8192e: Fix pointer type declaration style errors

This fixes the following checkpatch.pl errors:

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1290 error: "foo* bar"
should be "foo *bar"

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1305 error: "foo * bar"
should be "foo *bar"

Signed-off-by: John Ledbetter <john@throttle.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c