[RFC PATCH v2 4/5] smbfs: update module description

From: Enzo Matsumiya
Date: Tue Aug 02 2022 - 15:01:45 EST


More concise and direct description fits a new module name.

Signed-off-by: Enzo Matsumiya <ematsumiya@xxxxxxx>
---
fs/smb/core.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fs/smb/core.c b/fs/smb/core.c
index 8b135c1cd5ae..4bc019ef90e2 100644
--- a/fs/smb/core.c
+++ b/fs/smb/core.c
@@ -1791,9 +1791,7 @@ exit_cifs(void)

MODULE_AUTHOR("Steve French");
MODULE_LICENSE("GPL"); /* combination of LGPL + GPL source behaves as GPL */
-MODULE_DESCRIPTION
- ("VFS to access SMB3 servers e.g. Samba, Macs, Azure and Windows (and "
- "also older servers complying with the SNIA CIFS Specification)");
+MODULE_DESCRIPTION ("SMB client filesystem (supports SMB1, SMB2, and SMB3)");
MODULE_VERSION(CIFS_VERSION);
MODULE_SOFTDEP("ecb");
MODULE_SOFTDEP("hmac");
--
2.35.3