Skip to content

Commit

Permalink
nds32: Renaming the file for unaligned access
Browse files Browse the repository at this point in the history
Change the name of the file '/proc/sys/nds32/unaligned_acess'
to '/proc/sys/nds32/unaligned_access'

Signed-off-by: Nickhu <nickhu@andestech.com>
Reviewed-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
  • Loading branch information
Nickhu authored and Greentime Hu committed May 23, 2018
1 parent abb90a2 commit b3a7584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/nds32/mm/alignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
{}
Expand Down

0 comments on commit b3a7584

Please sign in to comment.