Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 447570cf authored by Heiko Carstens's avatar Heiko Carstens Committed by Linus Torvalds
Browse files

[PATCH] s390: cmm sender parameter visibility



Make cmm module parameter "sender" visible in sysfs.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 77eb65cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <asm/uaccess.h>

static char *sender = "VMRMSVM";
module_param(sender, charp, 0);
module_param(sender, charp, 0400);
MODULE_PARM_DESC(sender,
		 "Guest name that may send SMSG messages (default VMRMSVM)");