]> git.ipfire.org Git - thirdparty/linux.git/commit - kernel/module.c
module: Remove double spaces in module verification taint message
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Feb 2015 04:39:57 +0000 (15:09 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 6 Feb 2015 05:01:41 +0000 (15:31 +1030)
commitab92ebbb8e10d402f4fe73c6b3d85be72614f1fa
treea76796777921c2a6799d7e042fb53e19546edc1c
parentde96d79f343321d26ff920af25fcefe6895ca544
module: Remove double spaces in module verification taint message

The warning message when loading modules with a wrong signature has
two spaces in it:

"module verification failed: signature and/or  required key missing"

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c