]> git.baikalelectronics.ru Git - kernel.git/commit
smb2: fix typo in definition of a few error flags
authorSteve French <stfrench@microsoft.com>
Thu, 14 Mar 2019 06:56:34 +0000 (01:56 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 15 Mar 2019 00:32:36 +0000 (19:32 -0500)
commit21de37246ed432caeaf9a2c05268647794f4ac2b
treea96536755078186e46d76eafd234094edd3aadae
parent9785b90c9ad33b71b07cb5747aa03e9eed734544
smb2: fix typo in definition of a few error flags

As Sergey Senozhatsky pointed out __constant_cpu_to_le32()
is misspelled in a few definitions in the list of status
codes smb2status.h as __constanst_cpu_to_le32()

Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
fs/cifs/smb2status.h