linux/drivers/staging/rtl8723bs
Hariprasad Kelam 2af0ada29f staging: rtl8723bs: provide spaces around unary operators
This patch fixes below issues reported by checkpatch

CHECK: spaces preferred around that '-' (ctx:VxV)
+               skb_copy_bits(pfile->pkt, pfile->buf_len-pfile->pkt_len,
rmem, len);

CHECK: spaces preferred around that '*' (ctx:VxV)
+#define WMM_XMIT_THRESHOLD     (NR_XMITFRAME*2/5)
                                             ^

CHECK: spaces preferred around that '/' (ctx:VxV)
+#define WMM_XMIT_THRESHOLD     (NR_XMITFRAME*2/5)
                                               ^
CHECK: spaces preferred around that '/' (ctx:VxV)
+               if (pxmitpriv->free_xmitframe_cnt > (NR_XMITFRAME/4)) {
                                                                 ^

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-10 17:56:00 +02:00
..
core staging: rtl8723bs: Fix Unneeded variable: "ret". Return "0" 2019-06-09 13:03:52 +02:00
hal staging: rtl8723bs: hal: move common code to macro 2019-06-10 17:56:00 +02:00
include staging: rtl8723bs: Fix Unneeded variable: "ret". Return "0" 2019-06-09 13:03:52 +02:00
os_dep staging: rtl8723bs: provide spaces around unary operators 2019-06-10 17:56:00 +02:00
Kconfig staging: rtl8723bs: use help instead of ---help--- in Kconfig 2019-05-20 10:49:08 +02:00
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO staging: rtl8723bs: fix typo in the TODO file 2018-12-12 11:37:58 +01:00