From: Joe Perches <joe@perches.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>,
Lee Jones <lee.jones@linaro.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd: axp20x: Fix duplicate const for model names
Date: Tue, 24 Mar 2015 06:53:22 -0700 [thread overview]
Message-ID: <1427205202.5642.16.camel@perches.com> (raw)
In-Reply-To: <1427192477-21843-1-git-send-email-k.kozlowski@samsung.com>
On Tue, 2015-03-24 at 11:21 +0100, Krzysztof Kozlowski wrote:
> Replace duplicated const keyword for 'axp20x_model_names' with proper
> array of const pointers to const strings.
A few more of these exist:
arch/arm/mach-bcm/bcm_cygnus.c:16:static const char const *bcm_cygnus_dt_compat[] = {
drivers/clk/clk-si5351.c:71:static const char const *si5351_input_names[] = {
drivers/clk/clk-si5351.c:74:static const char const *si5351_pll_names[] = {
drivers/clk/clk-si5351.c:77:static const char const *si5351_msynth_names[] = {
drivers/clk/clk-si5351.c:80:static const char const *si5351_clkout_names[] = {
drivers/clk/clk-ls1x.c:83:static const char const *cpu_parents[] = { "cpu_clk_div", "osc_33m_clk", };
drivers/clk/clk-ls1x.c:84:static const char const *ahb_parents[] = { "ahb_clk_div", "osc_33m_clk", };
drivers/clk/clk-ls1x.c:85:static const char const *dc_parents[] = { "dc_clk_div", "osc_33m_clk", };
sound/pci/asihpi/asihpi.c:2379:static const char const *sampleclock_sources[] = {
sound/soc/sh/rcar/dvc.c:39:static const char const *dvc_ramp_rate[] = {
next prev parent reply other threads:[~2015-03-24 13:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-24 10:21 [PATCH] mfd: axp20x: Fix duplicate const for model names Krzysztof Kozlowski
2015-03-24 13:53 ` Joe Perches [this message]
2015-03-24 14:06 ` Krzysztof Kozlowski
2015-03-30 9:03 ` Lee Jones
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=1427205202.5642.16.camel@perches.com \
--to=joe@perches.com \
--cc=k.kozlowski@samsung.com \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox