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: 8e4841a088 ("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
79d2e1919a
commit
003d2abde1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user