staging: rtl8723bs: Relocate constant on the right side of test
authorKang Minchul <tegongkang@gmail.com>
Thu, 22 Sep 2022 12:23:08 +0000 (21:23 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:02:39 +0000 (13:02 +0200)
commit51c8299a031c19449669d9c15f52427e481c0be6
tree7717ac183a1229805b5aabcf7c782a98ad6b88e3
parente8f5ab391c18493d158e087a37257bfd12f82262
staging: rtl8723bs: Relocate constant on the right side of test

This patch fixes following warning generated by checkpatch:

  WARNING: Comparisons should place the constant on the right side of the test

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Link: https://lore.kernel.org/r/20220922122310.3379711-3-tegongkang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c