diff options
author | Steve French <stfrench@microsoft.com> | 2023-09-15 08:37:33 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-09-15 08:37:33 +0200 |
commit | 2c75426c1fea591bb338ba072068f83d2f6be088 (patch) | |
tree | 7dcb6d8e16855698a83f792c46a967c8434e208d /fs/smb/client/transport.c | |
parent | smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP (diff) | |
download | linux-2c75426c1fea591bb338ba072068f83d2f6be088.tar.xz linux-2c75426c1fea591bb338ba072068f83d2f6be088.zip |
smb3: fix some minor typos and repeated words
Minor cleanup pointed out by checkpatch (repeated words, missing blank
lines) in smb2pdu.c and old header location referred to in transport.c
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/smb/client/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/transport.c b/fs/smb/client/transport.c index 1b5d9794ed5b..d52057a511ee 100644 --- a/fs/smb/client/transport.c +++ b/fs/smb/client/transport.c @@ -18,7 +18,7 @@ #include <linux/bvec.h> #include <linux/highmem.h> #include <linux/uaccess.h> -#include <asm/processor.h> +#include <linux/processor.h> #include <linux/mempool.h> #include <linux/sched/signal.h> #include <linux/task_io_accounting_ops.h> |