Commit 049eda07 authored by Aline Santana Cordeiro's avatar Aline Santana Cordeiro Committed by Mauro Carvalho Chehab
Browse files

media: staging: media: tegra-video: Align line break to match with the open...


media: staging: media: tegra-video: Align line break to match with the open parenthesis in file vi.c

Align line break to match with the open parenthesis.
Issue detected by checkpatch.pl.

Signed-off-by: default avatarAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d1ca04c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1812,8 +1812,8 @@ static int tegra_vi_graph_parse_one(struct tegra_vi_channel *chan,
			continue;
		}

		tvge = v4l2_async_notifier_add_fwnode_subdev(&chan->notifier,
				remote, struct tegra_vi_graph_entity);
		tvge = v4l2_async_notifier_add_fwnode_subdev(&chan->notifier, remote,
							     struct tegra_vi_graph_entity);
		if (IS_ERR(tvge)) {
			ret = PTR_ERR(tvge);
			dev_err(vi->dev,