diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 13:50:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-03-03 14:34:11 +0100 |
commit | 4937ba94a0b024b15711b7c184dc4e5a660d900c (patch) | |
tree | 75b9cb550fb36f23a313031e93ef4a5999bbd0fd /drivers/media/dvb-frontends/tc90522.h | |
parent | [media] lgdt3306a: more small whitespace cleanups (diff) | |
download | linux-4937ba94a0b024b15711b7c184dc4e5a660d900c.tar.xz linux-4937ba94a0b024b15711b7c184dc4e5a660d900c.zip |
[media] lgdt3306a: Use hexadecimal values in lowercase
While this is not a mandatory rule at the CodingStyle, we prefer
hexadecimal values in lowercase. Currently, there's a mix of lowercase
and uppercase ons at lgdt3306a. So, convert all to lowercase with this
small script:
perl -ne 'if (m,0x([\dA-F]+),) { $o=$1; $n=lc $1; s,0x($o),0x$n, } print $_'
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tc90522.h')
0 files changed, 0 insertions, 0 deletions