Fix two categories of checkpatch coding style issues in
rtl8723b_hal_init.c:
Patch 1 fixes C++ style comments (//) by replacing them with
kernel style comments (/* */).
Patch 2 fixes missing spaces around binary operators (|, &, +, >>)
throughout the file.
Changes since v3:
- Rebased and cleaned up cover letter
lixinyu (2):
staging: rtl8723bs: replace C++ style comments with kernel style
staging: rtl8723bs: add missing spaces around operators in
rtl8723b_hal_init.c
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 106 +++++++++---------
1 file changed, 53 insertions(+), 53 deletions(-)
--
2.34.1