mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwi
authorLorenzo Bianconi <lorenzo@kernel.org>
Sun, 19 Jun 2022 13:05:51 +0000 (15:05 +0200)
committerFelix Fietkau <nbd@nbd.name>
Mon, 11 Jul 2022 11:40:02 +0000 (13:40 +0200)
Remove unnecessary new line in mt7915_mac_write_txwi routine.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7915/mac.c

index a575a44..3af4a6a 100644 (file)
@@ -672,7 +672,6 @@ void mt7915_mac_write_txwi(struct mt76_dev *dev, __le32 *txwi,
 
        mt76_connac2_mac_write_txwi(dev, txwi, skb, wcid, key, pid, changed);
 
-
        if (mt76_testmode_enabled(mphy))
                mt7915_mac_write_txwi_tm(mphy->priv, txwi, skb);
 }