[PATCH] net/r8169: add missing newline at end of meson.build
Stephen Hemminger
stephen at networkplumber.org
Mon Jun 30 18:05:34 CEST 2025
All text files should have newline at the end.
Fixes: 65b2af0e4e81 ("net/r8169: support RTL8168KB")
Cc: howard_wang at realsil.com.cn
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
Anyone want to figure out how to check this with check patch?
drivers/net/r8169/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/r8169/meson.build b/drivers/net/r8169/meson.build
index ed644059f5..e0b3e88c3d 100644
--- a/drivers/net/r8169/meson.build
+++ b/drivers/net/r8169/meson.build
@@ -32,4 +32,4 @@ sources = files(
'base/rtl8168m.c',
'base/rtl8127.c',
'base/rtl8127_mcu.c',
-)
\ No newline at end of file
+)
--
2.47.2
More information about the dev
mailing list