We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555782a commit 1af34fdCopy full SHA for 1af34fd
1 file changed
fs/cifs/smb2pdu.h
@@ -154,7 +154,7 @@ struct smb2_compression_transform_hdr {
154
155
/* See MS-SMB2 2.2.42.1 */
156
#define SMB2_COMPRESSION_FLAG_NONE 0x0000
157
-#define SMB2_COMPRESSION_FLAG_CHAINDED 0x0001
+#define SMB2_COMPRESSION_FLAG_CHAINED 0x0001
158
159
struct compression_payload_header {
160
__le16 CompressionAlgorithm;
0 commit comments