From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Thu, 20 Mar 2014 04:25:13 -0700 Subject: [PATCH 1/5] mtd: st_spi_fsm: Remove useless consts from function arguments In-Reply-To: <1395313907-25318-2-git-send-email-lee.jones@linaro.org> References: <1395313907-25318-1-git-send-email-lee.jones@linaro.org> <1395313907-25318-2-git-send-email-lee.jones@linaro.org> Message-ID: <1395314713.7776.17.camel@joe-AO722> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2014-03-20 at 11:11 +0000, Lee Jones wrote: > Reported-by: Brian Norris > Signed-off-by: Lee Jones Why are these useless? Even if the object code produced is the same, these serve as information to the human reader about how the arguments are used.