public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: usb-skeleton: Add hint to find __init and __exit
@ 2021-10-23  5:25 Philipp Hortmann
  2021-10-23  6:47 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Hortmann @ 2021-10-23  5:25 UTC (permalink / raw)
  To: gregkh, linux-usb, linux-kernel; +Cc: corbet, linux-doc

Comment to find __init and __exit.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
---
 drivers/usb/usb-skeleton.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c
index 2dc58766273a..80338a50dcde 100644
--- a/drivers/usb/usb-skeleton.c
+++ b/drivers/usb/usb-skeleton.c
@@ -641,6 +641,7 @@ static struct usb_driver skel_driver = {
 	.supports_autosuspend = 1,
 };
 
+/* __init and __exit */
 module_usb_driver(skel_driver);
 
 MODULE_LICENSE("GPL v2");
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-23  8:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-23  5:25 [PATCH] usb: usb-skeleton: Add hint to find __init and __exit Philipp Hortmann
2021-10-23  6:47 ` Greg KH
2021-10-23  7:11   ` Philipp Hortmann
2021-10-23  8:50     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox