aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorMasahiro Yamada2017-05-08 17:57:53 -0500
committerLinus Torvalds2017-05-08 19:15:13 -0500
commit6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4 (patch)
tree4b65bc12c596702439f0074ff9d5def19e9e3c92 /certs
parentad61dd303a0f2439bb104349e2d2ec91a3010ce0 (diff)
downloadkernel-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.gz
kernel-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.xz
kernel-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 'certs')
-rw-r--r--certs/blacklist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/blacklist.c b/certs/blacklist.c
index 3eddce0e307a..3a507b9e2568 100644
--- a/certs/blacklist.c
+++ b/certs/blacklist.c
@@ -140,7 +140,7 @@ int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type)
140EXPORT_SYMBOL_GPL(is_hash_blacklisted); 140EXPORT_SYMBOL_GPL(is_hash_blacklisted);
141 141
142/* 142/*
143 * Intialise the blacklist 143 * Initialise the blacklist
144 */ 144 */
145static int __init blacklist_init(void) 145static int __init blacklist_init(void)
146{ 146{