2021-01-19 05:45:28

by Ping-Ke Shih

[permalink] [raw]
Subject: Re: [PATCH] rtlwifi/rtl8192se: Simplify bool comparison.

On Fri, 2021-01-15 at 10:06 +0000, Jiapeng Zhong wrote:
> Fix the follow coccicheck warnings:
>
> ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:2305:6-27:
> WARNING: Comparison of 0/1 to bool variable.
>
> ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:1376:5-26:
> WARNING: Comparison of 0/1 to bool variable.
>
> Reported-by: Abaci Robot <[email protected]>
> Signed-off-by: Jiapeng Zhong <[email protected]>
>

[snip]

The subject should be "rtlwifi: rtl8192se: Simplify bool comparison".
(No period at the end of subject)

Others look good to me.

---
Ping-Ke