Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 054d8830 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: ov772x: fix whitespace issues



As we're adding this as a new driver, make checkpatch happier by
solving some whitespace issues, using --fix-inplace.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 186c446f
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -500,7 +500,6 @@ static const struct ov772x_color_format ov772x_cfmts[] = {
	},
};


/*
 * window size list
 */
@@ -557,6 +556,7 @@ static int ov772x_mask_set(struct i2c_client *client, u8 command, u8 mask,
			   u8  set)
{
	s32 val = ov772x_read(client, command);

	if (val < 0)
		return val;

@@ -919,7 +919,6 @@ static int ov772x_set_params(struct ov772x_priv *priv,
	 * Edge Ctrl
	 */
	if (priv->info->edgectrl.strength & OV772X_MANUAL_EDGE_CTRL) {

		/*
		 * Manual Edge Control Mode
		 *