projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb90a2
)
nds32: Renaming the file for unaligned access
author
Nickhu
<nickhu@andestech.com>
Fri, 4 May 2018 08:40:11 +0000
(16:40 +0800)
committer
Greentime 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
patch
|
blob
|
history
diff --git
a/arch/nds32/mm/alignment.c
b/arch/nds32/mm/alignment.c
index b96a01b10ca7fca9a538f535bf50073cfb5c78a8..e515f6f3d24736d7cf562d6d3a3ea39c1c45cdb9 100644
(file)
--- 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_ac
c
ess",
.mode = 0555,
.child = alignment_tbl},
{}