Skip to content

Commit 003d2ab

Browse files
arndbgregkh
authored andcommitted
staging: gpib: add module author and description fields
The FMH driver is still missing both, so take them from the comment at the start of the file. Fixes: 8e4841a ("staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> Link: https://lore.kernel.org/r/20241213083119.2607901-1-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 79d2e19 commit 003d2ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/staging/gpib/fmh_gpib/fmh_gpib.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <linux/slab.h>
2525

2626
MODULE_LICENSE("GPL");
27+
MODULE_DESCRIPTION("GPIB Driver for fmh_gpib_core");
28+
MODULE_AUTHOR("Frank Mori Hess <fmh6jj@gmail.com>");
2729

2830
static irqreturn_t fmh_gpib_interrupt(int irq, void *arg);
2931
static int fmh_gpib_attach_holdoff_all(gpib_board_t *board, const gpib_board_config_t *config);

0 commit comments

Comments
 (0)