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

Commit 874a5f87 authored by David S. Miller's avatar David S. Miller
Browse files

[SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.



Based upon a report by Mikael Pettersson.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6fab2600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static struct trans_ctl_table trans_kern_table[] = {

	{ KERN_PTY,			"pty",		trans_pty_table },
	{ KERN_NGROUPS_MAX,		"ngroups_max" },
	{ KERN_SPARC_SCONS_PWROFF,	"scons_poweroff" },
	{ KERN_SPARC_SCONS_PWROFF,	"scons-poweroff" },
	{ KERN_HZ_TIMER,		"hz_timer" },
	{ KERN_UNKNOWN_NMI_PANIC,	"unknown_nmi_panic" },
	{ KERN_BOOTLOADER_TYPE,		"bootloader_type" },