[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250217131356.3759347-1-arnd@kernel.org>
Date: Mon, 17 Feb 2025 14:13:35 +0100
From: Arnd Bergmann <arnd@...nel.org>
To: Dave Penkler <dpenkler@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Arnd Bergmann <arnd@...db.de>,
Dan Carpenter <dan.carpenter@...aro.org>,
Nihar Chaithanya <niharchaithanya@...il.com>,
Rohit Chavan <roheetchavan@...il.com>,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] static: gpib: hp82341: add MODULE_DESCRIPTION
From: Arnd Bergmann <arnd@...db.de>
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@...db.de>
---
drivers/staging/gpib/hp_82341/hp_82341.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/gpib/hp_82341/hp_82341.c b/drivers/staging/gpib/hp_82341/hp_82341.c
index 800f99c05566..cf5cd1edc41d 100644
--- a/drivers/staging/gpib/hp_82341/hp_82341.c
+++ b/drivers/staging/gpib/hp_82341/hp_82341.c
@@ -16,6 +16,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);
--
2.39.5
Powered by blists - more mailing lists