commit | 1c9b943cdcbd7646c71b51d830234c4b6529b0e7 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Oct 04 09:15:36 2019 -0300 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Oct 10 07:05:51 2019 -0300 |
tree | ad67e41a65ce7cd5586d659862a32427044d7dff | |
parent | 219031a6e7dff52a066e8b074adc0697f501e3d3 [diff] |
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>