From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
howard_wang@realsil.com.cn
Subject: [PATCH] net/r8169: add missing newline at end of meson.build
Date: Mon, 30 Jun 2025 09:05:34 -0700 [thread overview]
Message-ID: <20250630160533.126163-2-stephen@networkplumber.org> (raw)
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
reply other threads:[~2025-06-30 16:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250630160533.126163-2-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=howard_wang@realsil.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).