diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-28 11:47:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-08 22:04:23 -0300 |
commit | cd7a67a4f18047ca7b8ce2f48b4c540d69c9b793 (patch) | |
tree | 4160c4df8f29c6ac0d6dcfce0ca73169f7aaedc7 /drivers/media/dvb-frontends/drxk.h | |
parent | b5e9eb6f529b5741322d1981bb176785f115d446 (diff) | |
download | op-kernel-dev-cd7a67a4f18047ca7b8ce2f48b4c540d69c9b793.zip op-kernel-dev-cd7a67a4f18047ca7b8ce2f48b4c540d69c9b793.tar.gz |
[media] drxk_hard: Don't use CamelCase
X-Patchwork-Delegate: mchehab@redhat.com
Thare are lots of CamelCase warnings produced by checkpatch.pl.
This weren't fixed at the time the driver got submitted due
to the lack of manpower do to such cleanup.
Now that I have one script that automates this task, cleans
it. That makes the driver almost checkpatch-compliant,
except for 80 column warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drxk.h')
-rw-r--r-- | drivers/media/dvb-frontends/drxk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drxk.h b/drivers/media/dvb-frontends/drxk.h index e666718..f22eb9f 100644 --- a/drivers/media/dvb-frontends/drxk.h +++ b/drivers/media/dvb-frontends/drxk.h @@ -8,7 +8,7 @@ /** * struct drxk_config - Configure the initial parameters for DRX-K * - * @adr: I2C Address of the DRX-K + * @adr: I2C address of the DRX-K * @parallel_ts: True means that the device uses parallel TS, * Serial otherwise. * @dynamic_clk: True means that the clock will be dynamically |