From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Wed, 19 May 2021 22:43:37 +0100 Subject: [PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces In-Reply-To: <20210519194208.515548-4-rehn.andreas86@gmail.com> References: <20210519194208.515548-1-rehn.andreas86@gmail.com> <20210519194208.515548-4-rehn.andreas86@gmail.com> Message-ID: <20210519224325.32c12bb1@slackpad.fritz.box> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 19 May 2021 21:42:05 +0200 Andreas Rehn wrote: Hi, > align CLK_SPI0 and CLK_USB_PHY0 with tabs > > Signed-off-by: Andreas Rehn > --- > drivers/clk/sunxi/clk_v3s.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c > index 55fc597043..9c2717bfab 100644 > --- a/drivers/clk/sunxi/clk_v3s.c > +++ b/drivers/clk/sunxi/clk_v3s.c > @@ -27,9 +27,9 @@ static struct ccu_clk_gate v3s_gates[] = { > > [CLK_BUS_EPHY] = GATE(0x070, BIT(0)), > > - [CLK_SPI0] = GATE(0x0a0, BIT(31)), > + [CLK_SPI0] = GATE(0x0a0, BIT(31)), What is the problem with this line? This is already using tabs and is correctly aligned already? Are you using a tab length other than 8, by any chance? > > - [CLK_USB_PHY0] = GATE(0x0cc, BIT(8)), > + [CLK_USB_PHY0] = GATE(0x0cc, BIT(8)), This change looks fine. Cheers, Andre. > }; > > static struct ccu_reset v3s_resets[] = {