media: v4l2-subdev.h: keep * together with the type
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 17 Jul 2020 08:08:51 +0000 (10:08 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 19 Jul 2020 12:26:10 +0000 (14:26 +0200)
commit8ecbde62c063d7d499144d3491496383a16de7f2
treef7d1b40ddee0577c4c8eb255e6325a701fe7c3c2
parentc89ee8ed3289c651f0521ff812c73c82803bdab8
media: v4l2-subdev.h: keep * together with the type

Having the '*' in the next line separated from the type makes it
hard to see that these functions return a pointer to that type.

Instead, keep it next to the type name so it is clear that it is
a pointer to that type.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
include/media/v4l2-subdev.h