]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb: split enum from typedefs at frontend.h
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 26 May 2015 10:34:21 +0000 (07:34 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 11:29:27 +0000 (08:29 -0300)
commit25b3b823f02677c7bf31abb77a482fc9dba4cfc0
tree90a3e0807bfc4752367d6757db9acc09850dc03a
parentb0d2e899fe721d88dd8f5f56de5b07e75c23101f
[media] dvb: split enum from typedefs at frontend.h

Using typedefs is already bad enough, but doing it together
with enum declaration is even worse.

Also, it breaks the scripts at DocBook that would be generating
reference pointers for the enums.

Well, we can't get rid of typedef right now, but let's at least
declare it on a separate line, and let the scripts to generate
the cross-reference, as this is needed for the next DocBook
patches.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/uapi/linux/dvb/frontend.h