smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
authorSteve French <stfrench@microsoft.com>
Fri, 15 Sep 2023 06:10:40 +0000 (01:10 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 15 Sep 2023 06:10:40 +0000 (01:10 -0500)
commitebc3d4e44a7e05457825e03d0560153687265523
tree24333bd344fae5eb9cb20c41a05d2df3601192ff
parent05d0f8f55ad60854cb706798da94276a33590445
smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP

checkpatch flagged a few places with:
     WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP
Also fixed minor typo

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/inode.c
fs/smb/client/smb2ops.c