diff options
author | Sylvain Calador <sylvain.calador@gmail.com> | 2014-07-27 19:35:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-27 11:43:01 -0700 |
commit | b9f288014e398bacbdfbbf0b27f5931be1f56763 (patch) | |
tree | 5b4e05900058a8630c83b6347c15d6e003c1bcae /drivers/staging/rtl8821ae | |
parent | 96955ed6f0fc4a4bff319bf34ddad8d30a705dfe (diff) |
staging: rtl8821ae: fixed a space coding style issue
Fixed a coding style issue.
Signed-off-by: Sylvain Calador <sylvain.calador@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r-- | drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.h b/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.h index 416d3ddaed33..f10bf1be69fe 100644 --- a/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.h +++ b/drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.h @@ -151,7 +151,7 @@ void ex_halbtc8192e2ant_media_status_notify(struct btc_coexist *btcoexist, void ex_halbtc8192e2ant_special_packet_notify(struct btc_coexist *btcoexist, u8 type); void ex_halbtc8192e2ant_bt_info_notify(struct btc_coexist *btcoexist, - u8 *tmpBuf,u8 length); + u8 *tmpBuf, u8 length); void ex_halbtc8192e2ant_stack_operation_notify(struct btc_coexist *btcoexist, u8 type); void ex_halbtc8192e2ant_halt_notify(struct btc_coexist *btcoexist); |