From: Wentao Cai <etsai042@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: outreachy-kernel@googlegroups.com, Wentao Cai <etsai042@gmail.com>
Subject: [PATCHv2] Staging: fpgaboot: Delete newline at the end of Kconfig
Date: Fri, 1 Mar 2019 17:02:25 +0800 [thread overview]
Message-ID: <20190301090225.9475-1-etsai042@gmail.com> (raw)
Delete the newline at the end of a Kconfig file, to silence the
checkpatch warning:
WARNING: please write a paragraph that describes the config symbol
fully.
Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
drivers/staging/gs_fpgaboot/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/gs_fpgaboot/Kconfig b/drivers/staging/gs_fpgaboot/Kconfig
index 550645291fab..f1179eef2d78 100644
--- a/drivers/staging/gs_fpgaboot/Kconfig
+++ b/drivers/staging/gs_fpgaboot/Kconfig
@@ -5,4 +5,4 @@ config GS_FPGABOOT
tristate "Xilinx FPGA firmware download module"
default n
help
- Xilinx FPGA firmware download module
+ Xilinx FPGA firmware download module
\ No newline at end of file
--
2.17.1
next reply other threads:[~2019-03-01 9:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-01 9:02 Wentao Cai [this message]
2019-03-01 9:08 ` [PATCHv2] Staging: fpgaboot: Delete newline at the end of Kconfig Greg Kroah-Hartman
2019-03-13 8:34 ` Wentao Cai
2019-03-13 8:37 ` [Outreachy kernel] " Julia Lawall
2019-03-13 8:53 ` Wentao Cai
2019-03-13 14:18 ` Greg KH
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=20190301090225.9475-1-etsai042@gmail.com \
--to=etsai042@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.