summaryrefslogtreecommitdiff
path: root/fs/smb/client/transport.c
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2023-09-15 09:37:33 +0300
committerSteve French <stfrench@microsoft.com>2023-09-15 09:37:33 +0300
commit2c75426c1fea591bb338ba072068f83d2f6be088 (patch)
tree7dcb6d8e16855698a83f792c46a967c8434e208d /fs/smb/client/transport.c
parentebc3d4e44a7e05457825e03d0560153687265523 (diff)
downloadlinux-2c75426c1fea591bb338ba072068f83d2f6be088.tar.xz
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 'fs/smb/client/transport.c')
-rw-r--r--fs/smb/client/transport.c2
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>