We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2e19 commit 003d2abCopy full SHA for 003d2ab
drivers/staging/gpib/fmh_gpib/fmh_gpib.c
@@ -24,6 +24,8 @@
24
#include <linux/slab.h>
25
26
MODULE_LICENSE("GPL");
27
+MODULE_DESCRIPTION("GPIB Driver for fmh_gpib_core");
28
+MODULE_AUTHOR("Frank Mori Hess <[email protected]>");
29
30
static irqreturn_t fmh_gpib_interrupt(int irq, void *arg);
31
static int fmh_gpib_attach_holdoff_all(gpib_board_t *board, const gpib_board_config_t *config);
0 commit comments