Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

smb3.1.1: fix typo in compression flag

Fix minor typo in new compression flag define

Reported-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>

+1 -1
+1 -1
fs/cifs/smb2pdu.h
··· 154 154 155 155 /* See MS-SMB2 2.2.42.1 */ 156 156 #define SMB2_COMPRESSION_FLAG_NONE 0x0000 157 - #define SMB2_COMPRESSION_FLAG_CHAINDED 0x0001 157 + #define SMB2_COMPRESSION_FLAG_CHAINED 0x0001 158 158 159 159 struct compression_payload_header { 160 160 __le16 CompressionAlgorithm;