From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9FDFA367B81; Thu, 28 May 2026 08:05:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779955506; cv=none; b=VZfytPmjtWiOD1G+NmSd+Ct2foM4DRvQEfzZWWkJ9z5DpLmBm2SZpJTT/SHrEXMfIVaqig7ZJOTPkbNR93bxgYK20LHAHs2umutu5yaRH6eAJBuu/Gf958DDcLb2bUtkEdm8fk3rDpVXhVEsh47bo+L/TL2nYi2e3Yv/GAoU2V4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779955506; c=relaxed/simple; bh=A+jYPVD0GUndrlTynbeuAmrJJfgoYOtq14VG0REN8t8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=itzk7UPjusPIKA7nTfkV//biKGB0hMOsEi7UYf44qu2hcZyYYGAypKrLSVHotPxLir5yeQvnpCi4HQ3fR/VTgGHSxw00NjxTRbR8GFFJy2eQeh7zD8t0wb9GiOahHvxGjiatq1r2niejurU35l/C3xhJ9D3PLZVEJf2APDE8Pc8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nDoPlLsx; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nDoPlLsx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A1431F00A3C; Thu, 28 May 2026 08:05:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779955505; bh=eEzAmMzCpBQHbj7s6U/8LxCHRyiO5fN0Btf+dk43Ea8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nDoPlLsxQNwBKorAFUWeh4ncjpgu4UmPBqtQKnyIW6y7AVOnR0otanq0Am+C0uSOV edaVRyEoV9JNNdQwopnTFki5HyAUHgu8EgmM1IU1QzS6pwsIIUcqdfQrF+S+Ae7cmQ Is3IpUu6Kq3yFpPEm8ScNf+0SMLRRAXlJgppQgsjiFJjQmXdA7Ej4rHELRaJkJ4+y7 Cxu9T1E1lN97xGX3rNmuFaD+m3V6iGmqpT4Sgkeu0A7LwqrWF07DXOXO9ecnNWSu16 JDjpLkNQcJiB040GSfju57aUBPLvhqfPY03WrlHFPbaAse2cibSJiBtGbcGSr4lRt9 J17gnqBQsl/6Q== From: Claudiu Beznea To: geert+renesas@glider.be, linusw@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, magnus.damm@gmail.com, prabhakar.mahadev-lad.rj@bp.renesas.com Cc: claudiu.beznea@kernel.org, claudiu.beznea@tuxon.dev, linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Claudiu Beznea Subject: [PATCH v2 4/7] pinctrl: renesas: rzg2l: Use tab instead of spaces Date: Thu, 28 May 2026 11:04:36 +0300 Message-ID: <20260528080439.615958-5-claudiu.beznea@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260528080439.615958-1-claudiu.beznea@kernel.org> References: <20260528080439.615958-1-claudiu.beznea@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Claudiu Beznea Use tab instead of spaces to follow the same coding style. Reviewed-by: Geert Uytterhoeven Signed-off-by: Claudiu Beznea --- Changes in v2: - collected tags drivers/pinctrl/renesas/pinctrl-rzg2l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/renesas/pinctrl-rzg2l.c b/drivers/pinctrl/renesas/pinctrl-rzg2l.c index b1ffdc133987..517001145bd0 100644 --- a/drivers/pinctrl/renesas/pinctrl-rzg2l.c +++ b/drivers/pinctrl/renesas/pinctrl-rzg2l.c @@ -407,7 +407,7 @@ struct rzg2l_pinctrl_reg_cache { u8 sd_ch[2]; u8 eth_poc[2]; u8 oen; - u8 other_poc; + u8 other_poc; u8 qspi; }; -- 2.43.0