nds32: Renaming the file for unaligned access
authorNickhu <nickhu@andestech.com>
Fri, 4 May 2018 08:40:11 +0000 (16:40 +0800)
committerGreentime Hu <greentime@andestech.com>
Wed, 23 May 2018 05:26:22 +0000 (13:26 +0800)
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>
arch/nds32/mm/alignment.c

index b96a01b10ca7fca9a538f535bf50073cfb5c78a8..e515f6f3d24736d7cf562d6d3a3ea39c1c45cdb9 100644 (file)
@@ -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},
        {}