]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16a0a6b7d585023f0c2aa7666b251d90399349b3
treead67e41a65ce7cd5586d659862a32427044d7dff
parent6ca17800a3617d00363467be470be4a3f09e2f4d
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