]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 9 Sep 2024 14:00:21 +0000 (15:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:46 +0000 (15:11 +0200)
commite36d8907f3212123c4b9dff14a318cb44ff49941
tree5efe186b0d9584c41faf0ee20356fe4cd78cece1
parentbefa8b1f466e62a7a6d13cf2b65b42c8bba5390a
r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"

[ Upstream commit 8df9439389a44fb2cc4ef695e08d6a8870b1616c ]

There is a spelling mistake in the struct field tx_underun, rename
it to tx_underrun.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/20240909140021.64884-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Stable-dep-of: ced8e8b8f40a ("r8169: add tally counter fields added with RTL8125")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c