Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932238AbcDYLl6 (ORCPT ); Mon, 25 Apr 2016 07:41:58 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:56093 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754553AbcDYLlz (ORCPT ); Mon, 25 Apr 2016 07:41:55 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Eric Engestrom , Alexandre Belloni , Nicolas Pitre , Krzysztof Kozlowski , Tony Lindgren , Linus Walleij , Nicolas Ferre , Lee Jones , Roland Stigge , Florian Fainelli , Russell King , Alexander Shiyan , Kevin Hilman , Viresh Kumar , bcm-kernel-feedback-list@broadcom.com, Jean-Christophe Plagniol-Villard , spear-devel@list.st.com, Ray Jui , Rajendra Nayak , Sekhar Nori , Krzysztof Halasa , Gregory Fong , linux-omap@vger.kernel.org, Paul Walmsley , Scott Branden , Shiraz Hashim , linux-kernel@vger.kernel.org, Sascha Hauer , Shawn Guo Subject: Re: [PATCH 4/4] ARM: remove duplicate const qualifier Date: Mon, 25 Apr 2016 13:38:18 +0200 Message-ID: <4641918.pNBP5iAK01@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160425103911.GO32731@imgtec.com> References: <1461577678-29517-1-git-send-email-eric.engestrom@imgtec.com> <20160425095715.GA2366@piout.net> <20160425103911.GO32731@imgtec.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:XOsxmpKvLk9TDUAWMi59PpWyiWjLr4b5Y8X316Go3Z7l6WoaJVz GVnyLFe5nvjQuSHJyD+OcbfK4Pq0SbWLg7Z1Lv6zHH0fQw+FbAD+RyAW/LDqpyRRS+XuzeX 2Gytqi6VUbVlPc7gbfAggGAIeMMy+RudTe3f6PE7T5V15gEjsztCcTd+YnR12ZFO3mV9P1s odDU28Oeuw0h6H1+UEvtQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:na27pwD5QVw=:Qs+3rm/UYlJ+3p/gBM0/14 oZ74nVwqH3ISULJSFBV95wypfuN5dnod66kyRBDtF6HUXUnrokfMhw4kMHC8iy3DlY/jOocBO YDXdJUYUxJ1VHhj/Ux0+V/8ntGEruVc045QHDadtdT/Cky1TEld8W7h6NvWEXr1f6U9akN8LS Q4glBhMPgKcGNpS43s18xPikF8fVv/CZV6CR4Hvkz5WI0HBOE9twuseG0yDF9w/qmyN95MJFG vdiFF1dfjxsnBQUhI9Jim4k5PRuXjdKR5rQbbmDwGQUJRsab+wsmG8jz+pru9iwgnnyvqTRol 5LA0HrGeuO2CEJrQAhufCv+VK3MNGA2GivHCFA2akBxWZlb+Zj4r3IpkGtj/CRsgfPx54VphW mDXG2Pg0hMfN/d/qCUurs9pVhN8D3BxR/o9q2c23iMTV1FJcQbn4Hbj7MmLF3yzWH+D/I/uTH loj15OnOccZOJVbQ3qga14TQ0S0koasGTuxho/Hp6Vlw4WjNoVQbYWRn4z98sbVv4lp3uht+1 e2i0o5/2st4TuBrljioB+8a8P5BPQPMWui/qHfVzM95UDbnKcHv1FdvUcp2lLUKdGRVQBCVDD BzZbAJneUmEarF3lc7WHMUj4BsuwnNXHjaDZjVBiMQdhcBbG+AuqiqsCQhdsxeVkmQ8TYNkUo oXWucNdsSvvMht6X6F07XIksTgaVoESSUxhhPyZI6L7EFdBPNaDdq9ZzthNKhrAzNXExeLqLv 2p+VD5YcoFViaPg7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 27 On Monday 25 April 2016 11:39:11 Eric Engestrom wrote: > On Mon, Apr 25, 2016 at 11:57:15AM +0200, Alexandre Belloni wrote: > > Hi, > > > > this requires a commit message. > > OK? This seems rather pointless in this case (and even more so for the > typo fix I sent yesterday), but I guess you have some general rule to > enforce. Would this do then? > "The second `const` is unnecessary, and is simply ignored by most compilers." Maybe say you you found it (llvm, sparse, coccinelle?), and why this is causing a problem for anyone. If it's just unnecessary but not harmful, I'd probably ignore the patch. > > Also, you should think about separating those changes in multiple patches > > to ease inclusion in the kernel. > > I'll resend patch #4 as multiple patches. What the way proper to convey > that *multiple* new patches replace *one* old one? Is it enough to just > send those as a reply to this one? That's fine. Having multiple patches here is slightly better than just one, but I'd also be fine with just taking the large patch because it is an identical trivial change in multiple files. Arnd