commit | 2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037 | [log] [tgz] |
---|---|---|
author | Jason Kridner <jkridner@beagleboard.org> | Sun Sep 04 14:40:16 2011 -0400 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Sep 13 08:30:52 2011 +0200 |
tree | 346a178e413eaa4b9a545366d4c0452bcbeef4fe | |
parent | 43de24fdc7f5715423441e6538a16afe2d4ad168 [diff] |
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>