smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU
authorSteve French <stfrench@microsoft.com>
Fri, 8 Sep 2023 20:48:57 +0000 (15:48 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 9 Sep 2023 00:01:16 +0000 (19:01 -0500)
commit702c390bc8cc84a486e677dfd76c3917cd244d30
treee61bc7041c1cfdddf6bc5158d03ee1bd65051000
parent30bded94dcef8d329eb2575665518aadf90ca344
smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU

There was a minor typo in the define for SMB2_GLOBAL_CAP_LARGE_MTU
      0X00000004 instead of 0x00000004
make it consistent

Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/common/smb2pdu.h