commit | 702c390bc8cc84a486e677dfd76c3917cd244d30 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Sep 08 15:48:57 2023 -0500 |
committer | Steve French <stfrench@microsoft.com> | Fri Sep 08 19:01:16 2023 -0500 |
tree | e61bc7041c1cfdddf6bc5158d03ee1bd65051000 | |
parent | 30bded94dcef8d329eb2575665518aadf90ca344 [diff] |
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>