staging: rtl8192u: fix up indentation of a statement
authorColin Ian King <colin.king@canonical.com>
Thu, 15 Aug 2019 08:40:34 +0000 (09:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Aug 2019 12:20:31 +0000 (14:20 +0200)
There is a statement that is indented one level too deeply, remove
the extraneous tab.

Addresses-Coverity: ("Identation does not match nesting level")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190815084034.13885-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8190_rtl8256.c

index 92de92a3325ad7a07f2d7314505656ab6ff69f3b..0bedf88525cd5e38e2c4624bb547e29c665ed0ea 100644 (file)
@@ -289,8 +289,8 @@ void phy_set_rf8256_ofdm_tx_power(struct net_device *dev, u8 powerlevel)
                        writeVal = 0x03030303;
                } else {
                        writeVal = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0;
-                       }
-                       rtl8192_setBBreg(dev, RegOffset[index], 0x7f7f7f7f, writeVal);
+               }
+               rtl8192_setBBreg(dev, RegOffset[index], 0x7f7f7f7f, writeVal);
        }
        return;