diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 12:40:20 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 12:40:20 -0200 |
commit | 4dbd68c7a6b13ef1313f51468f1b154d11e5f934 (patch) | |
tree | 14f183d5b5d0a586dcdcd3432c6f4a5109cdf0a5 /drivers/media/dvb-frontends/lgdt3306a.h | |
parent | dbb4116cf8e670a5c9df7c5c5464ff925c0254b9 (diff) |
[media] lgdt3306a: Minor source code cleanupslgdt3306a
Fix a few minor CodingStyle issues at the source code:
- Use proper multi-line comments;
- Align the log tables;
- Remove the .type from dvb_frontend_ops, since this is not
needed anymore (since the drivers conversion to DVBv5);
- Remove emacs format macro.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/lgdt3306a.h')
-rw-r--r-- | drivers/media/dvb-frontends/lgdt3306a.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/lgdt3306a.h b/drivers/media/dvb-frontends/lgdt3306a.h index 6d7daf6f52de..ed8aa3e7c950 100644 --- a/drivers/media/dvb-frontends/lgdt3306a.h +++ b/drivers/media/dvb-frontends/lgdt3306a.h @@ -72,4 +72,3 @@ struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config, #endif /* CONFIG_DVB_LGDT3306A */ #endif /* _LGDT3306A_H_ */ - |