]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: fix typo in module parameter enable_gcm_256
authorSteve French <stfrench@microsoft.com>
Wed, 19 Jun 2024 19:46:48 +0000 (14:46 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 19 Jun 2024 19:57:11 +0000 (14:57 -0500)
commit8bf0287528da1992c5e49d757b99ad6bbc34b522
tree551af97771beca202a2f17f3af5f9bb673c52904
parent29433a17a79caa8680b9c0761f2b10502fda9ce3
cifs: fix typo in module parameter enable_gcm_256

enable_gcm_256 (which allows the server to require the strongest
encryption) is enabled by default, but the modinfo description
incorrectly showed it disabled by default. Fix the typo.

Cc: stable@vger.kernel.org
Fixes: fee742b50289 ("smb3.1.1: enable negotiating stronger encryption by default")
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c