diff options
author | Yong Zhi <yong.zhi@intel.com> | 2019-02-07 14:08:55 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 11:39:53 -0500 |
commit | 27b795adb3c221eede4aaf0df4a3da694ca27ba3 (patch) | |
tree | ef5efa07359fb975c5f1c31de23a71be5b0b90b9 /drivers/of | |
parent | 1d4c41f3d887bcd66e82cb2fda124533dad8808a (diff) | |
download | linux-stable-27b795adb3c221eede4aaf0df4a3da694ca27ba3.tar.gz linux-stable-27b795adb3c221eede4aaf0df4a3da694ca27ba3.tar.bz2 linux-stable-27b795adb3c221eede4aaf0df4a3da694ca27ba3.zip |
media: ipu3-imgu: Prefix functions with imgu_* instead of ipu3_*
This addresses the below TODO item, no function related changes:
- Prefix imgu for all public APIs, i.e. change ipu3_v4l2_register() to
imgu_v4l2_register(). (Sakari)
The changes were obtained by applying the following perl script
to driver code under drivers/staging/media/ipu3/.
perl -pi.back -e 's/ipu3_(?!uapi)/imgu_/g;'
Signed-off-by: Yong Zhi <yong.zhi@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions