]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cifs: fix typo in enable_gcm_256 module parameter
authorSteve French <stfrench@microsoft.com>
Sat, 25 Oct 2025 02:17:01 +0000 (21:17 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 26 Oct 2025 23:59:36 +0000 (18:59 -0500)
Fix typo in description of enable_gcm_256 module parameter

Suggested-by: Thomas Spear <speeddymon@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c

index 4f959f1e08d235071a151c1438c753fcd05099e5..185ac41bd7e935b909a9f827eb50c0de181bcddf 100644 (file)
@@ -173,7 +173,7 @@ module_param(enable_oplocks, bool, 0644);
 MODULE_PARM_DESC(enable_oplocks, "Enable or disable oplocks. Default: y/Y/1");
 
 module_param(enable_gcm_256, bool, 0644);
-MODULE_PARM_DESC(enable_gcm_256, "Enable requesting strongest (256 bit) GCM encryption. Default: y/Y/0");
+MODULE_PARM_DESC(enable_gcm_256, "Enable requesting strongest (256 bit) GCM encryption. Default: y/Y/1");
 
 module_param(require_gcm_256, bool, 0644);
 MODULE_PARM_DESC(require_gcm_256, "Require strongest (256 bit) GCM encryption. Default: n/N/0");