[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <MGy6QhNfv7Nkp5Z1jG8CBnrfIL7idxS2qFncLvVaWUaIETm6hpWlQ5le4wpmw5RtMZx7utyDvuAGg2aks7E9seY_umnTkGSdkzYL5oVBxhM=@protonmail.com>
Date: Fri, 13 Dec 2024 09:37:55 +0000
From: Dominik Karol PiÄ…tkowski <dominik.karol.piatkowski@...tonmail.com>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Dave Penkler <dpenkler@...il.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Arnd Bergmann <arnd@...db.de>, Dan Carpenter <dan.carpenter@...aro.org>, Nathan Chancellor <nathan@...nel.org>, "Everest K.C." <everestkc@...restkc.com.np>, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: gpib: add module author and description fields
On Friday, December 13th, 2024 at 09:31, Arnd Bergmann <arnd@...nel.org> wrote:
>
>
> From: Arnd Bergmann arnd@...db.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@...db.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@...il.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@...tonmail.com>
Powered by blists - more mailing lists