]> 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)
commitae750c1759942ec1401cc0176d4a09c38950b221
treea96536755078186e46d76eafd234094edd3aadae
parent7dda6995a8f60602543f1bdd3cd8dc29ea3ab809
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