Skip to content

Commit 1af34fd

Browse files
committed
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 parent 555782a commit 1af34fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/cifs/smb2pdu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ struct smb2_compression_transform_hdr {
154154

155155
/* See MS-SMB2 2.2.42.1 */
156156
#define SMB2_COMPRESSION_FLAG_NONE 0x0000
157-
#define SMB2_COMPRESSION_FLAG_CHAINDED 0x0001
157+
#define SMB2_COMPRESSION_FLAG_CHAINED 0x0001
158158

159159
struct compression_payload_header {
160160
__le16 CompressionAlgorithm;

0 commit comments

Comments
 (0)