Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: gpib: add module author and description fields
@ 2024-12-13  8:31 Arnd Bergmann
  2024-12-13  9:37 ` Dominik Karol Piątkowski
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2024-12-13  8:31 UTC (permalink / raw)
  To: Dave Penkler, Greg Kroah-Hartman
  Cc: Arnd Bergmann, Dan Carpenter, Nathan Chancellor, Everest K.C.,
	Dominik Karol Piątkowski, linux-staging, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

The FMH driver is still missing both, so take them from the comment
at the start of the file.

Fixes: 8e4841a0888c ("staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
index 2ed286fa5d6e..0662b20a45e7 100644
--- a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
+++ b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
@@ -24,6 +24,8 @@
 #include <linux/slab.h>
 
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("GPIB Driver for fmh_gpib_core");
+MODULE_AUTHOR("Frank Mori Hess <fmh6jj@gmail.com>");
 
 static irqreturn_t fmh_gpib_interrupt(int irq, void *arg);
 static int fmh_gpib_attach_holdoff_all(gpib_board_t *board, const gpib_board_config_t *config);
-- 
2.39.5


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

* Re: [PATCH] staging: gpib: add module author and description fields
  2024-12-13  8:31 [PATCH] staging: gpib: add module author and description fields Arnd Bergmann
@ 2024-12-13  9:37 ` Dominik Karol Piątkowski
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Karol Piątkowski @ 2024-12-13  9:37 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Dave Penkler, Greg Kroah-Hartman, Arnd Bergmann, Dan Carpenter,
	Nathan Chancellor, Everest K.C., linux-staging, linux-kernel

On Friday, December 13th, 2024 at 09:31, Arnd Bergmann <arnd@kernel.org> wrote:

> 
> 
> From: Arnd Bergmann arnd@arndb.de
> 
> 
> The FMH driver is still missing both, so take them from the comment
> at the start of the file.
> 
> Fixes: 8e4841a0888c ("staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver")
> Signed-off-by: Arnd Bergmann arnd@arndb.de
> 
> ---
> drivers/staging/gpib/fmh_gpib/fmh_gpib.c | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
> index 2ed286fa5d6e..0662b20a45e7 100644
> --- a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
> +++ b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
> @@ -24,6 +24,8 @@
> #include <linux/slab.h>
> 
> 
> MODULE_LICENSE("GPL");
> +MODULE_DESCRIPTION("GPIB Driver for fmh_gpib_core");
> +MODULE_AUTHOR("Frank Mori Hess fmh6jj@gmail.com");
> 
> 
> static irqreturn_t fmh_gpib_interrupt(int irq, void *arg);
> static int fmh_gpib_attach_holdoff_all(gpib_board_t *board, const gpib_board_config_t *config);
> --
> 2.39.5

Reviewed-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>

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

end of thread, other threads:[~2024-12-13  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13  8:31 [PATCH] staging: gpib: add module author and description fields Arnd Bergmann
2024-12-13  9:37 ` Dominik Karol Piątkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox