[media] vb2: Rename confusingly named internal buffer preparation functions
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 31 May 2017 14:17:25 +0000 (11:17 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 17:52:02 +0000 (14:52 -0300)
commit6aca5b8fb86681954e6715494e74106db505701c
treec871e70809b07067c48d2d6d289e5708f6a74531
parentacc490bbb7f9958530506f10adce75c8818b6a96
[media] vb2: Rename confusingly named internal buffer preparation functions

Rename __qbuf_*() functions which are specific to a buffer type as
__prepare_*() which matches with what they do. The naming was there for
historical reasons; the purpose of the functions was changed without
renaming them.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/videobuf2-core.c