Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb1960bb authored by Frank A. Cancio Bello's avatar Frank A. Cancio Bello Committed by Greg Kroah-Hartman
Browse files

staging: rtlwifi: rtl8822be: Align the * in block comment



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: default avatarFrank A. Cancio Bello <frank@generalsoftwareinc.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d8f36e80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1756,8 +1756,8 @@ 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));