Re: [PATCH] macintosh/mac_hid: add MODULE_DESCRIPTION()

2024-07-06 Thread Michael Ellerman
On Thu, 09 May 2024 18:23:37 -0700, Jeff Johnson wrote: > Fix the make W=1 warning: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o > > Applied to powerpc/next. [1/1] macintosh/mac_hid: add MODULE_DESCRIPTION() https://git.kernel.org/powerpc/c/50b5fed94e21c

Re: [PATCH] macintosh/mac_hid: add MODULE_DESCRIPTION()

2024-07-04 Thread Michael Ellerman
Jeff Johnson writes: > Fix the make W=1 warning: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o > > Signed-off-by: Jeff Johnson > --- > drivers/macintosh/mac_hid.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/macintosh/mac_hid.c b/drivers/maci

[PATCH] macintosh/mac_hid: add MODULE_DESCRIPTION()

2024-05-09 Thread Jeff Johnson
Fix the make W=1 warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o Signed-off-by: Jeff Johnson --- drivers/macintosh/mac_hid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/macintosh/mac_hid.c b/drivers/macintosh/mac_hid.c index 1ae3539beff5..eb