mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
[SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.
Based upon a report by Mikael Pettersson. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6fab2600f9
commit
874a5f87f5
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user