From: Brian Foster Date: Wed, 13 Sep 2023 14:14:30 +0000 (-0400) Subject: bcachefs: add module description to fix modpost warning X-Git-Tag: io_uring-6.7-2023-11-10~119^2~60 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a9737e0b38352e984fc67d5694b2c207c6b9679f;p=linux-block.git bcachefs: add module description to fix modpost warning modpost produces the following warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/bcachefs/bcachefs.o Add a module description for bcachefs. Signed-off-by: Brian Foster Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index a00dc4a4a2c9..94e296397e32 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -69,6 +69,7 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Kent Overstreet "); +MODULE_DESCRIPTION("bcachefs filesystem"); #define KTYPE(type) \ static const struct attribute_group type ## _group = { \