提交 848448bf 编写于 作者: S Sevinj Aghayeva 提交者: Greg Kroah-Hartman

staging: rtl8723bs: remove space after function name

Adhere to Linux kernel coding style.

Reported by checkpatch:

WARNING: space prohibited between function name and open parenthesis
Signed-off-by: NSevinj Aghayeva <sevinj.aghayeva@gmail.com>
Link: https://lore.kernel.org/r/86494fef795f1c3e28c55e556d68b407dadd1488.1649128267.git.sevinj.aghayeva@gmail.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1663863a
...@@ -2388,7 +2388,7 @@ void issue_probersp(struct adapter *padapter, unsigned char *da, u8 is_valid_p2p ...@@ -2388,7 +2388,7 @@ void issue_probersp(struct adapter *padapter, unsigned char *da, u8 is_valid_p2p
pframe += ssid_ielen_diff; pframe += ssid_ielen_diff;
pattrib->pktlen += ssid_ielen_diff; pattrib->pktlen += ssid_ielen_diff;
} }
kfree (buf); kfree(buf);
} }
} else { } else {
/* timestamp will be inserted by hardware */ /* timestamp will be inserted by hardware */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册