]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Fix CamelCase checkpatch warnings
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Fri, 16 Aug 2013 09:22:26 +0000 (14:52 +0530)
committerYork Sun <yorksun@freescale.com>
Tue, 20 Aug 2013 16:57:51 +0000 (09:57 -0700)
commit997399fa42b098d0a4163e1a3461bd9a34aab8ac
treec3eef2281fe034340db0cff3260c2da7adb83c7f
parent5d97fe2a0421247f6b89591c666d7aa94d40beb0
powerpc: Fix CamelCase checkpatch warnings

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>
Acked-by: York Sun <yorksun@freescale.com>
17 files changed:
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc86xx/cpu.c
arch/powerpc/cpu/mpc86xx/speed.c
board/freescale/mpc8540ads/mpc8540ads.c
board/freescale/mpc8541cds/mpc8541cds.c
board/freescale/mpc8555cds/mpc8555cds.c
board/freescale/mpc8560ads/mpc8560ads.c
board/freescale/p1_p2_rdb_pc/ddr.c
board/freescale/p1_twr/ddr.c
board/sbc8548/sbc8548.c
board/socrates/socrates.c
board/xes/xpedite537x/ddr.c
drivers/spi/fsl_espi.c
include/e500.h
include/mpc86xx.h