diff options
author | Fabio Aiuto <fabioaiuto83@gmail.com> | 2021-04-10 17:20:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-11 09:45:03 +0300 |
commit | 1e95e1e49aee7305e110e999d5314bc7116c02c2 (patch) | |
tree | 4a31dd8da917a45f57438cb486107855ed446d39 /scripts/documentation-file-ref-check | |
parent | 05c19e212a5d46c40ec0542d68bb1b2814c87af0 (diff) | |
download | linux-1e95e1e49aee7305e110e999d5314bc7116c02c2.tar.xz |
staging: rtl8723bs: fix comparison to true issue
fix following post-commit hook checkpatch issue:
CHECK: Using comparison to true is error prone
136: FILE: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:
2497:
+ if (psta->dot8021xalg != 1 ||
psta->bpairwise_key_installed == true) {
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/680d86950d760003a694f8880c0a912a9d815a5e.1618064275.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/documentation-file-ref-check')
0 files changed, 0 insertions, 0 deletions