mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 11:21:26 -04:00
media: staging: imx: fix code style issues
Applied checkpatch.pl recommendations: - corrected whitespace - fixed line length - adjusted indentation Signed-off-by: vivek yadav <y9.vivek@gmail.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
1cdbadefb7
commit
072a8f60aa
@@ -1509,7 +1509,7 @@ static void csi_try_fmt(struct csi_priv *priv,
|
||||
}
|
||||
|
||||
imx_media_try_colorimetry(&sdformat->format,
|
||||
priv->active_output_pad == CSI_SRC_PAD_DIRECT);
|
||||
priv->active_output_pad == CSI_SRC_PAD_DIRECT);
|
||||
}
|
||||
|
||||
static int csi_set_fmt(struct v4l2_subdev *sd,
|
||||
|
||||
@@ -616,7 +616,7 @@ static int vdic_set_fmt(struct v4l2_subdev *sd,
|
||||
}
|
||||
|
||||
static int vdic_link_setup(struct media_entity *entity,
|
||||
const struct media_pad *local,
|
||||
const struct media_pad *local,
|
||||
const struct media_pad *remote, u32 flags)
|
||||
{
|
||||
struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity);
|
||||
|
||||
@@ -231,7 +231,7 @@ int imx_media_probe_complete(struct v4l2_async_notifier *notifier);
|
||||
struct imx_media_dev *imx_media_dev_init(struct device *dev,
|
||||
const struct media_device_ops *ops);
|
||||
int imx_media_dev_notifier_register(struct imx_media_dev *imxmd,
|
||||
const struct v4l2_async_notifier_operations *ops);
|
||||
const struct v4l2_async_notifier_operations *ops);
|
||||
|
||||
/* imx-media-fim.c */
|
||||
struct imx_media_fim;
|
||||
|
||||
Reference in New Issue
Block a user