summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorMasahiro Yamada2017-02-27 23:29:17 +0100
committerLinus Torvalds2017-02-28 03:43:47 +0100
commit4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca (patch)
tree9481bdf24ae46d8657ec7b8cf66a8eeaaa6b0b3f /fs/ocfs2
parentscripts/spelling.txt: add "neded" pattern and fix typo instances (diff)
downloadkernel-qcow2-linux-4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca.tar.gz
kernel-qcow2-linux-4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca.tar.xz
kernel-qcow2-linux-4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca.zip
scripts/spelling.txt: add "unneded" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: unneded||unneeded Link: http://lkml.kernel.org/r/1481573103-11329-15-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/dlm/dlmmaster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index 7025d8c27999..3e04279446e8 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -2924,7 +2924,7 @@ again:
/*
* if target is down, we need to clear DLM_LOCK_RES_BLOCK_DIRTY for
* another try; otherwise, we are sure the MIGRATING state is there,
- * drop the unneded state which blocked threads trying to DIRTY
+ * drop the unneeded state which blocked threads trying to DIRTY
*/
spin_lock(&res->spinlock);
BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY));