mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
staging: rtl8723bs: include: Fix a space issue
Replace 'foo * bar' with 'foo *bar' to fix a checkpatch warning Signed-off-by: Vatsala Narang <vatsalanarang@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3fe9ff4877
commit
d01deea6d7
@@ -302,7 +302,7 @@ struct recv_buf
|
||||
|
||||
u32 ref_cnt;
|
||||
|
||||
struct adapter * adapter;
|
||||
struct adapter *adapter;
|
||||
|
||||
u8 *pbuf;
|
||||
u8 *pallocated_buf;
|
||||
|
||||
Reference in New Issue
Block a user