mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
scripts/spelling.txt: add "overwriten" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: overwrien||overwritten Link: http://lkml.kernel.org/r/1481573103-11329-30-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
9a284e5c9e
commit
b8a14f3379
@ -707,7 +707,7 @@ static void qib_6120_clear_freeze(struct qib_devdata *dd)
|
||||
/* disable error interrupts, to avoid confusion */
|
||||
qib_write_kreg(dd, kr_errmask, 0ULL);
|
||||
|
||||
/* also disable interrupts; errormask is sometimes overwriten */
|
||||
/* also disable interrupts; errormask is sometimes overwritten */
|
||||
qib_6120_set_intr_state(dd, 0);
|
||||
|
||||
qib_cancel_sends(dd->pport);
|
||||
|
@ -1259,7 +1259,7 @@ static void qib_7220_clear_freeze(struct qib_devdata *dd)
|
||||
/* disable error interrupts, to avoid confusion */
|
||||
qib_write_kreg(dd, kr_errmask, 0ULL);
|
||||
|
||||
/* also disable interrupts; errormask is sometimes overwriten */
|
||||
/* also disable interrupts; errormask is sometimes overwritten */
|
||||
qib_7220_set_intr_state(dd, 0);
|
||||
|
||||
qib_cancel_sends(dd->pport);
|
||||
|
@ -2053,7 +2053,7 @@ static void qib_7322_clear_freeze(struct qib_devdata *dd)
|
||||
qib_write_kreg_port(dd->pport + pidx, krp_errmask,
|
||||
0ULL);
|
||||
|
||||
/* also disable interrupts; errormask is sometimes overwriten */
|
||||
/* also disable interrupts; errormask is sometimes overwritten */
|
||||
qib_7322_set_intr_state(dd, 0);
|
||||
|
||||
/* clear the freeze, and be sure chip saw it */
|
||||
|
@ -1625,7 +1625,7 @@ mISDNipac_init(struct ipac_hw *ipac, void *hw)
|
||||
ipac->hscx[i].bch.hw = hw;
|
||||
ipac->hscx[i].ip = ipac;
|
||||
/* default values for IOM time slots
|
||||
* can be overwriten by card */
|
||||
* can be overwritten by card */
|
||||
ipac->hscx[i].slot = (i == 0) ? 0x2f : 0x03;
|
||||
}
|
||||
|
||||
|
@ -902,7 +902,7 @@ static size_t parport_pc_ecp_write_block_pio(struct parport *port,
|
||||
* ******************************************
|
||||
*/
|
||||
|
||||
/* GCC is not inlining extern inline function later overwriten to non-inline,
|
||||
/* GCC is not inlining extern inline function later overwritten to non-inline,
|
||||
so we use outlined_ variants here. */
|
||||
static const struct parport_operations parport_pc_ops = {
|
||||
.write_data = parport_pc_write_data,
|
||||
|
@ -734,6 +734,7 @@ overrided||overridden
|
||||
overriden||overridden
|
||||
overun||overrun
|
||||
overwritting||overwriting
|
||||
overwriten||overwritten
|
||||
pacakge||package
|
||||
pachage||package
|
||||
packacge||package
|
||||
|
@ -203,7 +203,7 @@ struct dsp_task_tree_context_block {
|
||||
|
||||
u32 saverfe;
|
||||
|
||||
/* Value may be overwriten by stack save algorithm.
|
||||
/* Value may be overwritten by stack save algorithm.
|
||||
Retain the size of the stack data saved here if used */
|
||||
___DSP_DUAL_16BIT_ALLOC(
|
||||
reserved1,
|
||||
|
Loading…
Reference in New Issue
Block a user