diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-12 04:28:05 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 08:55:04 -0500 |
commit | 7df2482fc1d32f9fec3b0102c446bafa5646a86e (patch) | |
tree | 210d0b732be47d49e19a53c15ecb605de73922df | |
parent | d4263348f796f29546f90802177865dd4379dd0a (diff) |
doc: Insert MODULE_ in module-signing macros
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/module-signing.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt index 2b40e04d3c49..09b583e38907 100644 --- a/Documentation/module-signing.txt +++ b/Documentation/module-signing.txt | |||
@@ -77,11 +77,11 @@ This has a number of options available: | |||
77 | This presents a choice of which hash algorithm the installation phase will | 77 | This presents a choice of which hash algorithm the installation phase will |
78 | sign the modules with: | 78 | sign the modules with: |
79 | 79 | ||
80 | CONFIG_SIG_SHA1 "Sign modules with SHA-1" | 80 | CONFIG_MODULE_SIG_SHA1 "Sign modules with SHA-1" |
81 | CONFIG_SIG_SHA224 "Sign modules with SHA-224" | 81 | CONFIG_MODULE_SIG_SHA224 "Sign modules with SHA-224" |
82 | CONFIG_SIG_SHA256 "Sign modules with SHA-256" | 82 | CONFIG_MODULE_SIG_SHA256 "Sign modules with SHA-256" |
83 | CONFIG_SIG_SHA384 "Sign modules with SHA-384" | 83 | CONFIG_MODULE_SIG_SHA384 "Sign modules with SHA-384" |
84 | CONFIG_SIG_SHA512 "Sign modules with SHA-512" | 84 | CONFIG_MODULE_SIG_SHA512 "Sign modules with SHA-512" |
85 | 85 | ||
86 | The algorithm selected here will also be built into the kernel (rather | 86 | The algorithm selected here will also be built into the kernel (rather |
87 | than being a module) so that modules signed with that algorithm can have | 87 | than being a module) so that modules signed with that algorithm can have |