OSDN Git Service

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)
commitdd0ac2d24bf0b39c0f4f17934a0e1dde2b3a2840
treea96536755078186e46d76eafd234094edd3aadae
parentc847dccfbdc198671e80cd81891ff7a255606aea
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