]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
media: v4l: async: Use more intuitive names for internal functions
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 4 Sep 2017 16:44:39 +0000 (12:44 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 16:41:50 +0000 (12:41 -0400)
commitc8114d90707d04922a8f23345a88eb6baa19424f
treec4ee44da53c48e763f7206482fc69e19e6e77c71
parent7fc4fdb9e1bd821c0bd39543d233ac5246aef2de
media: v4l: async: Use more intuitive names for internal functions

Rename internal functions to make the names of the functions better
describe what they do.

Old name New name
v4l2_async_test_notify v4l2_async_match_notify
v4l2_async_belongs v4l2_async_find_match

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/v4l2-async.c