From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][v2] powerpc: Fix CamelCase checkpatch warnings
Date: Tue, 20 Aug 2013 10:07:48 -0700 [thread overview]
Message-ID: <5213A264.5060005@freescale.com> (raw)
In-Reply-To: <1376644946-22213-1-git-send-email-prabhakar@freescale.com>
On 08/16/2013 02:22 AM, Prabhakar Kushwaha wrote:
> 85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions.
> because of this code checkpatch script generates "WARNING: Avoid CamelCase".
>
> Convert variables name to normal naming convention and modify board, driver
> files with updated the new structure.
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
> Chages for v2: Incorporated Thomas's comments
> - Take care of git bisectable
>
> arch/powerpc/cpu/mpc85xx/cpu.c | 43 +++++-----
> arch/powerpc/cpu/mpc85xx/fdt.c | 10 +--
> arch/powerpc/cpu/mpc85xx/speed.c | 142 +++++++++++++++----------------
> arch/powerpc/cpu/mpc86xx/cpu.c | 16 ++--
> arch/powerpc/cpu/mpc86xx/speed.c | 40 ++++-----
> board/freescale/mpc8540ads/mpc8540ads.c | 2 +-
> board/freescale/mpc8541cds/mpc8541cds.c | 2 +-
> board/freescale/mpc8555cds/mpc8555cds.c | 2 +-
> board/freescale/mpc8560ads/mpc8560ads.c | 2 +-
> board/freescale/p1_p2_rdb_pc/ddr.c | 2 +-
> board/freescale/p1_twr/ddr.c | 2 +-
> board/sbc8548/sbc8548.c | 4 +-
> board/socrates/socrates.c | 2 +-
> board/xes/xpedite537x/ddr.c | 2 +-
> drivers/spi/fsl_espi.c | 2 +-
> include/e500.h | 16 ++--
> include/mpc86xx.h | 6 +-
> 17 files changed, 149 insertions(+), 146 deletions(-)
Applied to u-boot-mpc85xx.git.
York
prev parent reply other threads:[~2013-08-20 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 9:22 [U-Boot] [PATCH][v2] powerpc: Fix CamelCase checkpatch warnings Prabhakar Kushwaha
2013-08-20 17:07 ` York Sun [this message]
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=5213A264.5060005@freescale.com \
--to=yorksun@freescale.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.