LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Nickhu <nickhu@andestech.com>
To: <greentime@andestech.com>, <linux-kernel@vger.kernel.org>,
<arnd@arndb.de>, <green.hu@gmail.com>, <vincentc@andestech.com>
Cc: Nickhu <nickhu@andestech.com>
Subject: [PATCH 1/2] nds32: Renaming the file for unaligned access
Date: Mon, 7 May 2018 14:45:01 +0800 [thread overview]
Message-ID: <e49ea6d0dbe30b7b8654fc731d2aa8ab98be5c78.1525673368.git.nickhu@andestech.com> (raw)
In-Reply-To: <cover.1525673368.git.nickhu@andestech.com>
Change the name of the file '/proc/sys/nds32/unaligned_acess'
to '/proc/sys/nds32/unaligned_access'
Signed-off-by: Nickhu <nickhu@andestech.com>
---
arch/nds32/mm/alignment.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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] = {
static struct ctl_table nds32_sysctl_table[2] = {
{
- .procname = "unaligned_acess",
+ .procname = "unaligned_access",
.mode = 0555,
.child = alignment_tbl},
{}
--
2.17.0
next prev parent reply other threads:[~2018-05-07 6:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-07 6:45 [PATCH 0/2] nds32:Renaming file and fixing the unaligned access handler Nickhu
2018-05-07 6:45 ` Nickhu [this message]
2018-05-08 13:45 ` [PATCH 1/2] nds32: Renaming the file for unaligned access Greentime Hu
2018-05-07 6:45 ` [PATCH 2/2] nds32: Fix the unaligned access handler Nickhu
2018-05-08 13:44 ` Greentime Hu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e49ea6d0dbe30b7b8654fc731d2aa8ab98be5c78.1525673368.git.nickhu@andestech.com \
--to=nickhu@andestech.com \
--cc=arnd@arndb.de \
--cc=green.hu@gmail.com \
--cc=greentime@andestech.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vincentc@andestech.com \
--subject='Re: [PATCH 1/2] nds32: Renaming the file for unaligned access' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).