Skip to content
Snippets Groups Projects
Commit b3a75846 authored by Nickhu's avatar Nickhu Committed by Greentime Hu
Browse files

nds32: Renaming the file for unaligned access


Change the name of the file '/proc/sys/nds32/unaligned_acess'
to '/proc/sys/nds32/unaligned_access'

Signed-off-by: default avatarNickhu <nickhu@andestech.com>
Reviewed-by: default avatarGreentime Hu <greentime@andestech.com>
Signed-off-by: default avatarGreentime Hu <greentime@andestech.com>
parent abb90a24
No related branches found
No related tags found
No related merge requests found
......@@ -552,7 +552,7 @@ static struct ctl_table alignment_tbl[3] = {
static struct ctl_table nds32_sysctl_table[2] = {
{
.procname = "unaligned_acess",
.procname = "unaligned_access",
.mode = 0555,
.child = alignment_tbl},
{}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment