staging: rtlwifi: rtl8822be: Align the * in block comment
authorFrank A. Cancio Bello <frank@generalsoftwareinc.com>
Wed, 18 Oct 2017 03:37:21 +0000 (23:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:33:15 +0000 (15:33 +0200)
Align the * on each line of a block comment to comply with kernel coding
style and address the following checkpatch message:
'WARNING: Block comments should align the * on each line'.

Credits to checkpatch.

Signed-off-by: Frank A. Cancio Bello <frank@generalsoftwareinc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/rtl8822be/phy.c

index aacaca6..ef37ae9 100644 (file)
@@ -1756,9 +1756,9 @@ static void _rtl8822be_phy_set_txpower_index(struct ieee80211_hw *hw,
        static u32 index;
 
        /*
-       * For 8822B, phydm api use 4 bytes txagc value
-       * driver must combine every four 1 byte to one 4 byte and send to phydm
-       */
+        * For 8822B, phydm api use 4 bytes txagc value driver must
+        * combine every four 1 byte to one 4 byte and send to phydm
+        */
        shift = rate & 0x03;
        index |= ((u32)power_index << (shift * 8));