Received: by 10.192.165.148 with SMTP id m20csp2749890imm; Sun, 6 May 2018 23:55:21 -0700 (PDT) X-Google-Smtp-Source: AB8JxZotKU+soztO2ntVXM8ijOQ7eK3zI7SscQGl1a41NXV/O75ZW+gzD5DhfmTV8r4N9rO8Xhqv X-Received: by 2002:a63:942:: with SMTP id 63-v6mr29587071pgj.103.1525676121366; Sun, 06 May 2018 23:55:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525676121; cv=none; d=google.com; s=arc-20160816; b=UWmMG/Ps/URko2vxzDgTLwSRGjlJr8xTt7ZOlvLVJNlMYuGtlye+BWxqiLeL9m864h 0BQUyi/oQYzItG+mSR09gjxaoy+8h9jxGZFzd10kUV259CmJBqTSVD1ZLokOEvINQ4oH Jq7JFIQ7XQI1Ai95WVHBpPd8rb6ym/om2XL1oLYCufBZXN+R5+0xuycZgOLW6PfMF40v cYL7oZ+AuflZn49i8xUHrltOrnU5tndNPnYwEYgEjAN5VCC63j1ucwKflzBEQpTH/DJ1 YCxBxQt+1RuxbLrb0JLdDp71na/spCDny8/WgeLlWYp2Xuuns7jmAgNJ+MXjXf1OpKvu pysg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=wVm5jvBIaWlFGyYYNxcNpKPXENT6igbIa64WkWr8cc8=; b=uMYF5tbVJwxeRZ6KHBOl8fxWfZxXCcjB5C7IBdDZQjXsRjYMNqpSV/ZtUW0l8IWNL4 OKgewPR+BqcPrVpvmiP475w4amtIogYnxH0cU+8CCasqJ+8mDsrsrr1pt9oEyc0sojpP UAQmadF3m20LbDN4V7DYQIU2D2CqbFSEwDYuTi2pOM31KFstAiD1yeTeY+5jVQUt6eWZ vO4XYKM1GmOouHrt/u8vXS/nn2W6b02ZTdMPatGztZmFrSsbYQD9Gwp/1O0t/gybXTbD XWYwUQsrb5HexpCeGLLPM+SeBnwJ/C8rdieaeWaT9lDgUOOkP9uxTt20WX+vzED+SZll SKRA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 186si14994040pfg.141.2018.05.06.23.55.07; Sun, 06 May 2018 23:55:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751948AbeEGGyi (ORCPT + 99 others); Mon, 7 May 2018 02:54:38 -0400 Received: from exmail.andestech.com ([59.124.169.137]:45930 "EHLO ATCSQR.andestech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbeEGGye (ORCPT ); Mon, 7 May 2018 02:54:34 -0400 Received: from ATCSQR.andestech.com (localhost [127.0.0.2] (may be forged)) by ATCSQR.andestech.com with ESMTP id w476bigs068206 for ; Mon, 7 May 2018 14:37:44 +0800 (GMT-8) (envelope-from nickhu@andestech.com) Received: from mail.andestech.com (atcpcs16.andestech.com [10.0.1.222]) by ATCSQR.andestech.com with ESMTP id w476bTVN068175; Mon, 7 May 2018 14:37:29 +0800 (GMT-8) (envelope-from nickhu@andestech.com) Received: from atcsqa06.andestech.com (10.0.1.85) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.123.3; Mon, 7 May 2018 14:45:17 +0800 From: Nickhu To: , , , , CC: Nickhu Subject: [PATCH 1/2] nds32: Renaming the file for unaligned access Date: Mon, 7 May 2018 14:45:01 +0800 Message-ID: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.0.1.85] X-DNSRBL: X-MAIL: ATCSQR.andestech.com w476bTVN068175 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change the name of the file '/proc/sys/nds32/unaligned_acess' to '/proc/sys/nds32/unaligned_access' Signed-off-by: Nickhu --- 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