mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
cifs: fix typo in enable_gcm_256 module parameter
[ Upstream commit f765fdfcd8 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
62df4bd320
commit
cfc16a0fb0
@@ -134,7 +134,7 @@ module_param(enable_oplocks, bool, 0644);
|
|||||||
MODULE_PARM_DESC(enable_oplocks, "Enable or disable oplocks. Default: y/Y/1");
|
MODULE_PARM_DESC(enable_oplocks, "Enable or disable oplocks. Default: y/Y/1");
|
||||||
|
|
||||||
module_param(enable_gcm_256, bool, 0644);
|
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_param(require_gcm_256, bool, 0644);
|
||||||
MODULE_PARM_DESC(require_gcm_256, "Require strongest (256 bit) GCM encryption. Default: n/N/0");
|
MODULE_PARM_DESC(require_gcm_256, "Require strongest (256 bit) GCM encryption. Default: n/N/0");
|
||||||
|
|||||||
Reference in New Issue
Block a user