Staging: rtl8821ae: hal_bt_coexist: fix pointer placement coding style issue
authorAn Ha <zero579911@gmail.com>
Wed, 3 Sep 2014 01:00:44 +0000 (21:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 20:45:23 +0000 (13:45 -0700)
commit7a49f91576a3d5baf287c1d9d92581a2ab42d8a8
tree6d72a7c7dd0c4ea462786d4a544c90cf12854f49
parent77360f030d8bf74df7d4067ca2748b0dbec70c75
Staging: rtl8821ae: hal_bt_coexist: fix pointer placement coding style issue

Fix pointer placement coding style issue, where using "foo *" is
preferable over "foo*".

Signed-off-by: An Ha <zero579911@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c