diff options
| author | Nickhu <nickhu@andestech.com> | 2018-05-04 04:40:11 -0400 |
|---|---|---|
| committer | Greentime Hu <greentime@andestech.com> | 2018-05-23 01:26:22 -0400 |
| commit | b3a75846a5cfbea137e2810b2bf9407141e70feb (patch) | |
| tree | c29bcd45b41959921e0af10e6583eb0dbe5c16ef | |
| parent | abb90a24eade1f612324de0e6920041ef64795cb (diff) | |
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: Nickhu <nickhu@andestech.com>
Reviewed-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
| -rw-r--r-- | arch/nds32/mm/alignment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/mm/alignment.c b/arch/nds32/mm/alignment.c index b96a01b10ca7..e515f6f3d247 100644 --- a/arch/nds32/mm/alignment.c +++ b/arch/nds32/mm/alignment.c | |||
| @@ -552,7 +552,7 @@ static struct ctl_table alignment_tbl[3] = { | |||
| 552 | 552 | ||
| 553 | static struct ctl_table nds32_sysctl_table[2] = { | 553 | static struct ctl_table nds32_sysctl_table[2] = { |
| 554 | { | 554 | { |
| 555 | .procname = "unaligned_acess", | 555 | .procname = "unaligned_access", |
| 556 | .mode = 0555, | 556 | .mode = 0555, |
| 557 | .child = alignment_tbl}, | 557 | .child = alignment_tbl}, |
| 558 | {} | 558 | {} |
