Skip to content

Commit

Permalink
scripts/spelling.txt: add "overwriten" pattern and fix typo instances
Browse files Browse the repository at this point in the history
Fix typos and add the following to the scripts/spelling.txt:

  overwrien||overwritten

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
masahir0y authored and torvalds committed Feb 28, 2017
1 parent 9a284e5 commit b8a14f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/qib/qib_iba6120.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/qib/qib_iba7220.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/qib/qib_iba7322.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/mISDN/mISDNipac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drivers/parport/parport_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions scripts/spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ overrided||overridden
overriden||overridden
overun||overrun
overwritting||overwriting
overwriten||overwritten
pacakge||package
pachage||package
packacge||package
Expand Down
2 changes: 1 addition & 1 deletion sound/pci/cs46xx/cs46xx_dsp_task_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b8a14f3

Please sign in to comment.