* [PATCH] net/r8169: add missing newline at end of meson.build
@ 2025-06-30 16:05 Stephen Hemminger
0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2025-06-30 16:05 UTC (permalink / raw)
To: dev; +Cc: Stephen Hemminger, howard_wang
All text files should have newline at the end.
Fixes: 65b2af0e4e81 ("net/r8169: support RTL8168KB")
Cc: howard_wang@realsil.com.cn
Signed-off-by: Stephen Hemminger <stephen@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-30 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 16:05 [PATCH] net/r8169: add missing newline at end of meson.build Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).