summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vivid/vivid-core.c
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2019-06-02 17:37:10 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-21 17:24:05 -0400
commitb1b9b7bee370b552517efed60b41228838364e14 (patch)
tree8703d5504d72baa5e3ce5bd417c296dc59519ab9 /drivers/media/platform/vivid/vivid-core.c
parent0f8cd165287bf777da3280e7cda8f51d9c3ed624 (diff)
media: staging: media: tegra-vde: Manually pack UAPI structures
The __packed macro isn't available in userspace with the kernel headers. Checkpatch asks to use the macro, which is unwanted in a case of a UAPI header. There is no much benefit in a tight packing of the structures, hence let's pack them manually to cleanup things a tad. Note that there is no old-stable userspace that will suffer from this change, hence it's fine to change the ABI. In a result also more space is reserved for a possible future expansion of the UAPI as it was already shown that more fields will be needed for a later SoC generations. Suggested-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/vivid/vivid-core.c')
0 files changed, 0 insertions, 0 deletions