Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5881551pxb; Tue, 16 Feb 2021 09:46:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJwWDkxvahjitcBiEgvw2GniZyRiw3bLM+Fh1pu7MmZynbgxUMGrLtGoGP8i+ysIcNkYQJKd X-Received: by 2002:a17:907:d25:: with SMTP id gn37mr21678360ejc.303.1613497615056; Tue, 16 Feb 2021 09:46:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613497614; cv=none; d=google.com; s=arc-20160816; b=ZDBY7MfeonuQ8UsXC8tKWLmIcuGYXAMmia+karVWaqkZ9G63uWzRsnhJjce8wTV6nz L+H83FfsCjr3um8PxWUtUYbhlBfB9VXIiqNwPdQTU4aMH2mwT0fvq73J52HH99+p4mTu +OKidZfRaACfjX+0+YFd0AB9qOmL60nF7VeE03cLsjfCn3vRhGnPU7W46HRsF3lp/gsK eV7NC+pMzSNjBE15bZW3XPzN1Q4Spqep3ri+dBbG0Sttt9VA+o2ubuUZu1gFq6vK5shM ZaO2C9HEPaszdzNg/bc7vRqShpVfTyyJ2ZzrFnlHBXrPIwXyP69LIyHUFQQrUNoRyo6D FDCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ujFUezP+H3sywtRlU7Wil/FbW83Fxcjv8k9vE1y3xPo=; b=x9iQDjNy+HnhECizbITBYjNKmWXxBmuDoCFmcY0A8fLtmj3xr1qwVYO5pylsYp9lVO 2exCz2ZSCi2qXHUsxuB8c8pVkVyg6zl3Wphb/9zlpqy50w7O0MQFScSzzsz66gifwFgI yEcZ0WAr2d/YovB4JskuxTTnFSrPtC1rIwe681ID5lMTPuod8EPDqHtD/RUuhDhP4vuP 9UIqQcFcqpF6fWTkRWF4vl3p0dacr19R/f5WUVAnZsiKtrlzG/vcpsOSS2D+6wdIus1d +8KaFRG8G4Em37x5j7yugw+0/OGySQjtzhGau+z7DhykVuDxnWAlD7I/o80/b9+gA/6Y KqNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id du8si13768498ejc.659.2021.02.16.09.46.31; Tue, 16 Feb 2021 09:46:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231312AbhBPRnc (ORCPT + 99 others); Tue, 16 Feb 2021 12:43:32 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:41385 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231196AbhBPRmX (ORCPT ); Tue, 16 Feb 2021 12:42:23 -0500 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 8CAD6200010; Tue, 16 Feb 2021 17:41:40 +0000 (UTC) From: Jacopo Mondi To: kieran.bingham+renesas@ideasonboard.com, laurent.pinchart+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se, geert@linux-m68k.org Cc: Jacopo Mondi , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 08/16] media: i2c: max9286: Adjust parameters indent Date: Tue, 16 Feb 2021 18:41:38 +0100 Message-Id: <20210216174146.106639-9-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210216174146.106639-1-jacopo+renesas@jmondi.org> References: <20210216174146.106639-1-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The parameters to max9286_i2c_mux_configure() fits on the previous line. Adjust it. Cosmetic change only. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/max9286.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index 6fd4d59fcc72..1d9951215868 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -287,9 +287,8 @@ static int max9286_i2c_mux_select(struct i2c_mux_core *muxc, u32 chan) priv->mux_channel = chan; - max9286_i2c_mux_configure(priv, - MAX9286_FWDCCEN(chan) | - MAX9286_REVCCEN(chan)); + max9286_i2c_mux_configure(priv, MAX9286_FWDCCEN(chan) | + MAX9286_REVCCEN(chan)); return 0; } -- 2.30.0