Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-2.6-microblaze.git] / kernel / module_signature.c
index 4224a10..00132d1 100644 (file)
@@ -25,7 +25,7 @@ int mod_check_sig(const struct module_signature *ms, size_t file_len,
                return -EBADMSG;
 
        if (ms->id_type != PKEY_ID_PKCS7) {
-               pr_err("%s: Module is not signed with expected PKCS#7 message\n",
+               pr_err("%s: not signed with expected PKCS#7 message\n",
                       name);
                return -ENOPKG;
        }