Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3a75846 authored by Nickhu's avatar Nickhu Committed by Greentime Hu
Browse files

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: default avatarNickhu <nickhu@andestech.com>
Reviewed-by: default avatarGreentime Hu <greentime@andestech.com>
Signed-off-by: default avatarGreentime Hu <greentime@andestech.com>
parent abb90a24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},
	{}