mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
static: gpib: hp82341: add MODULE_DESCRIPTION
One more description turned out to be missing WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/staging/gpib/hp_82341/hp_82341.o Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20250217131356.3759347-1-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b6fe18d08d
commit
0865b297b3
|
|
@ -20,6 +20,7 @@
|
|||
#include <linux/isapnp.h>
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("GPIB driver for hp 82341a/b/c/d boards");
|
||||
|
||||
static unsigned short read_and_clear_event_status(gpib_board_t *board);
|
||||
static void set_transfer_counter(struct hp_82341_priv *hp_priv, int count);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user