[PATCH] staging: rtl8723bs: make 'myid' function to follow kernel coding rules

2018-02-12 Thread Maciek Fijalkowski
Checkpatch.pl produced errors regarding inline keyword placement and parenthesis around returned value in 'myid'. Place inline after static keyword and remove mentioned parenthesis. Signed-off-by: Maciek Fijalkowski --- drivers/staging/rtl8723bs/include/drv_types.h | 4 ++-- 1

[PATCH] staging: rtl8723bs: make 'myid' function to follow kernel coding rules

2018-02-12 Thread Maciek Fijalkowski
Checkpatch.pl produced errors regarding inline keyword placement and parenthesis around returned value in 'myid'. Place inline after static keyword and remove mentioned parenthesis. Signed-off-by: Maciek Fijalkowski --- drivers/staging/rtl8723bs/include/drv_types.h | 4 ++-- 1 file changed, 2