realtek: dsa: Drop extra space before printed newline
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 13:52:22 +0000 (14:52 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:50 +0000 (00:28 +0100)
The white space is not visibible when it is printed. It might have been
added by accident to the format string.

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/tc.c

index 0d164fe70c453fba93fc39c7c6d6e66a5d229219..06a362c0bf3701f8ae62bcd6d44e4b1bae8a8815 100644 (file)
@@ -321,7 +321,7 @@ static int rtl83xx_stats_flower(struct rtl838x_switch_priv *priv,
        unsigned long lastused = 0;
        int total_packets, new_packets;
 
-       pr_debug("%s: \n", __func__);
+       pr_debug("%s:\n", __func__);
        flow = rhashtable_lookup_fast(&priv->tc_ht, &cls_flower->cookie, tc_ht_params);
        if (!flow)
                return -1;