staging: rt8192u: change constants to be on right
authorVardhan H G <crazylonestar7@gmail.com>
Wed, 7 Apr 2021 06:17:49 +0000 (23:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 08:21:44 +0000 (10:21 +0200)
commit52f8b696b7cdaeba932977ded59816113866e2ab
tree6cf7539885f8e462c62b930b5511e815e9487826
parentb190d1433ac4a4e8d0f6582cadd983965ae4485b
staging: rt8192u: change constants to be on right

When comparing a constant with variable, it is recommeneded
to have the constant on the right side of the test.

This patch silences the following checkpatch.pl warning:
 "Comparisons should place the constant on the right side of the test"

Signed-off-by: Vardhan H G <crazylonestar7@gmail.com>
Link: https://lore.kernel.org/r/20210407061749.13460-1-crazylonestar7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c