rtlwifi: Fix typo in if ... else if ... else construct
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 15 Oct 2017 01:58:21 +0000 (20:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:53:50 +0000 (15:53 +0200)
commitdf0f0e71fcaa2c2af77e189ef1b85330d8d33edc
treefc1bfe244961cf3aa8a65222e231712392e3b51b
parent7d2e2a881c2c96e82229faa69d3df2c622f01420
rtlwifi: Fix typo in if ... else if ... else construct

The kbuild test robot reports two conditions with no effect (if == else).
These are the result of copy and paste typographical errors.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Ping-Ke Shih <pkshih@realtek.com>
Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>
Cc: kbuild-all@01.org
Cc: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/base.c