mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 22:32:55 +00:00
media: vimc: scaler: Rename vic_sca_pad enum to vimc_scaler_pad
The vic_sca_pad enum's name has been shortened to the extreme for no good reason. Rename it to vimc_scaler_pad. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
27d8f61ee9
commit
0b3b27bb69
@ -15,7 +15,7 @@
|
||||
#include "vimc-common.h"
|
||||
|
||||
/* Pad identifier */
|
||||
enum vic_sca_pad {
|
||||
enum vimc_scaler_pad {
|
||||
VIMC_SCALER_SINK = 0,
|
||||
VIMC_SCALER_SRC = 1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user