diff options
| author | Yong Zhi <[email protected]> | 2019-02-07 14:08:55 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-02-18 11:39:53 -0500 |
| commit | 27b795adb3c221eede4aaf0df4a3da694ca27ba3 (patch) | |
| tree | ef5efa07359fb975c5f1c31de23a71be5b0b90b9 /drivers/media/v4l2-core/v4l2-ioctl.c | |
| parent | 1d4c41f3d887bcd66e82cb2fda124533dad8808a (diff) | |
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 <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-ioctl.c')
0 files changed, 0 insertions, 0 deletions