All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] Staging: fpgaboot: Delete newline at the end of Kconfig
@ 2019-03-01  9:02 Wentao Cai
  2019-03-01  9:08 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Wentao Cai @ 2019-03-01  9:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: outreachy-kernel, Wentao Cai

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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-13 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01  9:02 [PATCHv2] Staging: fpgaboot: Delete newline at the end of Kconfig Wentao Cai
2019-03-01  9:08 ` 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

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.