media: si2168: use bits instead of bool for flags
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 4 Oct 2019 12:15:36 +0000 (09:15 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 10 Oct 2019 10:05:51 +0000 (07:05 -0300)
commit1c9b943cdcbd7646c71b51d830234c4b6529b0e7
treead67e41a65ce7cd5586d659862a32427044d7dff
parent219031a6e7dff52a066e8b074adc0697f501e3d3
media: si2168: use bits instead of bool for flags

Using bool on struct is not recommended, as it wastes lots of
space. So, instead, let's use bits.

While here, convert the comments to kernel-doc format.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/si2168.h
drivers/media/dvb-frontends/si2168_priv.h