mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
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>
This commit is contained in:
parent
176180c2b4
commit
4d39f0ac8e
@ -2924,7 +2924,7 @@ static int dlm_mark_lockres_migrating(struct dlm_ctxt *dlm,
|
|||||||
/*
|
/*
|
||||||
* if target is down, we need to clear DLM_LOCK_RES_BLOCK_DIRTY for
|
* 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,
|
* 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);
|
spin_lock(&res->spinlock);
|
||||||
BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY));
|
BUG_ON(!(res->state & DLM_LOCK_RES_BLOCK_DIRTY));
|
||||||
|
@ -1067,6 +1067,7 @@ unkmown||unknown
|
|||||||
unknonw||unknown
|
unknonw||unknown
|
||||||
unknow||unknown
|
unknow||unknown
|
||||||
unkown||unknown
|
unkown||unknown
|
||||||
|
unneded||unneeded
|
||||||
unneedingly||unnecessarily
|
unneedingly||unnecessarily
|
||||||
unnsupported||unsupported
|
unnsupported||unsupported
|
||||||
unmached||unmatched
|
unmached||unmatched
|
||||||
|
@ -1269,7 +1269,7 @@ void wm_hubs_set_bias_level(struct snd_soc_codec *codec,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_BIAS_ON:
|
case SND_SOC_BIAS_ON:
|
||||||
/* Turn off any unneded single ended outputs */
|
/* Turn off any unneeded single ended outputs */
|
||||||
val = 0;
|
val = 0;
|
||||||
mask = 0;
|
mask = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user