]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - security/security.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[karo-tx-linux.git] / security / security.c
index 549bddcc21164e2952b7c7b65b81e9ded525dd11..b9fea3999cf85f7181eceb5041468117f1376f32 100644 (file)
@@ -110,10 +110,14 @@ static int lsm_append(char *new, char **result)
  * to avoid security registration races. This method may also be used
  * to check if your LSM is currently loaded during kernel initialization.
  *
- * Return true if:
- *     -The passed LSM is the one chosen by user at boot time,
- *     -or the passed LSM is configured as the default and the user did not
- *      choose an alternate LSM at boot time.
+ * Returns:
+ *
+ * true if:
+ *
+ * - The passed LSM is the one chosen by user at boot time,
+ * - or the passed LSM is configured as the default and the user did not
+ *   choose an alternate LSM at boot time.
+ *
  * Otherwise, return false.
  */
 int __init security_module_enable(const char *module)