summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorNickhu <nickhu@andestech.com>2018-05-04 16:40:11 +0800
committerGreentime Hu <greentime@andestech.com>2018-05-23 13:26:22 +0800
commitb3a75846a5cfbea137e2810b2bf9407141e70feb (patch)
treec29bcd45b41959921e0af10e6583eb0dbe5c16ef /arch/nds32
parentabb90a24eade1f612324de0e6920041ef64795cb (diff)
downloadop-kernel-dev-b3a75846a5cfbea137e2810b2bf9407141e70feb.zip
op-kernel-dev-b3a75846a5cfbea137e2810b2bf9407141e70feb.tar.gz
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>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/mm/alignment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/mm/alignment.c b/arch/nds32/mm/alignment.c
index b96a01b..e515f6f 100644
--- a/arch/nds32/mm/alignment.c
+++ b/arch/nds32/mm/alignment.c
@@ -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},
{}
OpenPOWER on IntegriCloud