realtek: eth: Fix missing end of comment marker
authorOlliver Schinagl <oliver@schinagl.nl>
Tue, 24 Jan 2023 12:48:53 +0000 (13:48 +0100)
committerSander Vanheule <sander@svanheule.net>
Fri, 27 Jan 2023 21:03:17 +0000 (22:03 +0100)
Because this comment is followed by another comment, nothing luckily
breaks, so only a cosmetic change.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c

index 857d389f12dbf2045d24b4d51a4d7ce08b683467..1b35fae09be45009ef19f02233a9157a0fcab5a8 100644 (file)
@@ -862,7 +862,7 @@ static void rtl839x_setup_notify_ring_buffer(struct rtl838x_eth_priv *priv)
 
        /* Setup notification events */
        sw_w32_mask(0, 1 << 14, RTL839X_L2_CTRL_0); /* RTL8390_L2_CTRL_0_FLUSH_NOTIFY_EN */
-       sw_w32_mask(0, 1 << 12, RTL839X_L2_NOTIFICATION_CTRL); /* SUSPEND_NOTIFICATION_EN
+       sw_w32_mask(0, 1 << 12, RTL839X_L2_NOTIFICATION_CTRL); /* SUSPEND_NOTIFICATION_EN */
 
        /* Enable Notification */
        sw_w32_mask(0, 1 << 0, RTL839X_L2_NOTIFICATION_CTRL);