aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-27 17:29:50 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 21:43:47 -0500
commitb8a14f3379a637f61deed4ce3e5180f1f34d40d1 (patch)
tree7e8c3e86f9390135de9a84ab0ba5b823b6fa2f13 /drivers/parport
parent9a284e5c9e04a3533f72eda8956162dfc77684a9 (diff)
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>
Diffstat (limited to 'drivers/parport')
-rw-r--r--drivers/parport/parport_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
index 78530d1714dc..3e56e7deab8e 100644
--- a/drivers/parport/parport_pc.c
+++ b/drivers/parport/parport_pc.c
@@ -902,7 +902,7 @@ static size_t parport_pc_ecp_write_block_pio(struct parport *port,
902 * ****************************************** 902 * ******************************************
903 */ 903 */
904 904
905/* GCC is not inlining extern inline function later overwriten to non-inline, 905/* GCC is not inlining extern inline function later overwritten to non-inline,
906 so we use outlined_ variants here. */ 906 so we use outlined_ variants here. */
907static const struct parport_operations parport_pc_ops = { 907static const struct parport_operations parport_pc_ops = {
908 .write_data = parport_pc_write_data, 908 .write_data = parport_pc_write_data,