> On Jul 20, 2023, at 9:34 AM, Jeff Layton <jlayton@xxxxxxxxxx> wrote: > > I got this today from modpost: > > WARNING: modpost: missing MODULE_DESCRIPTION() in fs/nfsd/nfsd.o > > Add a module description. > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> > --- > fs/nfsd/nfsctl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c > index 1b8b1aab9a15..7070969a38b5 100644 > --- a/fs/nfsd/nfsctl.c > +++ b/fs/nfsd/nfsctl.c > @@ -1626,6 +1626,7 @@ static void __exit exit_nfsd(void) > } > > MODULE_AUTHOR("Olaf Kirch <okir@xxxxxxxxxxxx>"); > +MODULE_DESCRIPTION("The Linux kernel NFS server"); > MODULE_LICENSE("GPL"); > module_init(init_nfsd) > module_exit(exit_nfsd) > -- > 2.41.0 > Applied to nfsd-next. If you have a lore.kernel.org link, please pass it along and I will add it. -- Chuck Lever