diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2023-01-24 13:48:53 +0100 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2023-01-27 22:03:17 +0100 |
commit | 7f5edeb8bd819d6e418ca0023b4ec97c60e5ca47 (patch) | |
tree | 48ffa9a9fe0672edd0a0ae253284c91f19fc3e5a /target/linux/realtek/files-5.15 | |
parent | 36076b5a409236b44d56179071cc53fdd1c6fc78 (diff) | |
download | upstream-7f5edeb8bd819d6e418ca0023b4ec97c60e5ca47.tar.gz upstream-7f5edeb8bd819d6e418ca0023b4ec97c60e5ca47.tar.bz2 upstream-7f5edeb8bd819d6e418ca0023b4ec97c60e5ca47.zip |
realtek: eth: Fix missing end of comment marker
Because this comment is followed by another comment, nothing luckily
breaks, so only a cosmetic change.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'target/linux/realtek/files-5.15')
-rw-r--r-- | target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c b/target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c index 857d389f12..1b35fae09b 100644 --- a/target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c +++ b/target/linux/realtek/files-5.15/drivers/net/ethernet/rtl838x_eth.c @@ -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); |