diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-08 15:57:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 17:15:13 -0700 |
commit | 6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4 (patch) | |
tree | 4b65bc12c596702439f0074ff9d5def19e9e3c92 /drivers/video | |
parent | ad61dd303a0f2439bb104349e2d2ec91a3010ce0 (diff) | |
download | linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.gz linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.bz2 linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.zip |
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
intialisation||initialisation
intialised||initialised
intialise||initialise
This commit does not intend to change the British spelling itself.
Link: http://lkml.kernel.org/r/1481573103-11329-18-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/video')
-rw-r--r-- | drivers/video/fbdev/intelfb/intelfbdrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/intelfb/intelfbdrv.c b/drivers/video/fbdev/intelfb/intelfbdrv.c index ff2a5d2023e1..6b444400a86c 100644 --- a/drivers/video/fbdev/intelfb/intelfbdrv.c +++ b/drivers/video/fbdev/intelfb/intelfbdrv.c @@ -934,7 +934,7 @@ static __inline__ int var_to_refresh(const struct fb_var_screeninfo *var) } /*************************************************************** - * Various intialisation functions * + * Various initialisation functions * ***************************************************************/ static void get_initial_mode(struct intelfb_info *dinfo) |