diff options
author | Jason Kridner <jkridner@beagleboard.org> | 2011-09-04 14:40:16 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-13 08:30:52 +0200 |
commit | 2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037 (patch) | |
tree | 346a178e413eaa4b9a545366d4c0452bcbeef4fe /include/ide.h | |
parent | 43de24fdc7f5715423441e6538a16afe2d4ad168 (diff) | |
download | u-boot-imx-2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037.zip u-boot-imx-2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037.tar.gz u-boot-imx-2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037.tar.bz2 |
led: remove camel casing of led identifiers globally
Result of running the following command to address Wolfgang's
comment about camel case:
for file in `find . | grep '\.[chS]$'`; do perl -i -pe
's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done
Discussion:
http://patchwork.ozlabs.org/patch/84988/
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/ide.h')
0 files changed, 0 insertions, 0 deletions