Please pull the following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc1-smb3-client-fixes for you to fetch changes up to 2c75426c1fea591bb338ba072068f83d2f6be088: smb3: fix some minor typos and repeated words (2023-09-15 01:37:33 -0500) ---------------------------------------------------------------- Three small SMB3 client fixes: one for a null check when assembling SMB3 headers and two minor cleanup. ---------------------------------------------------------------- Steve French (3): smb3: move server check earlier when setting channel sequence number smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP smb3: fix some minor typos and repeated words fs/smb/client/inode.c | 2 +- fs/smb/client/smb2ops.c | 6 +++--- fs/smb/client/smb2pdu.c | 31 +++++++++++++++++++------------ fs/smb/client/transport.c | 2 +- 4 files changed, 24 insertions(+), 17 deletions(-) -- Thanks, Steve