* [PATCH v2] dmaengine: pl08x: Suppress spaces in indentation
@ 2015-05-05 23:40 Leonardo Carreras
2015-05-08 9:00 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Leonardo Carreras @ 2015-05-05 23:40 UTC (permalink / raw)
To: Dan Williams, Vinod Koul; +Cc: dmaengine, linux-kernel, kernel-janitors
Removed checkpatch reported spaces in indentation:
ERROR: code indent should use tabs where possible
+^I PL080_CONFIG_TC_IRQ_MASK);$
Signed-off-by: Leonardo Carreras <leocarreras89@gmail.com>
---
drivers/dma/amba-pl08x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index 49d396e..5de3cf4 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -474,7 +474,7 @@ static void pl08x_terminate_phy_chan(struct pl08x_driver_data *pl08x,
u32 val = readl(ch->reg_config);
val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK |
- PL080_CONFIG_TC_IRQ_MASK);
+ PL080_CONFIG_TC_IRQ_MASK);
writel(val, ch->reg_config);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] dmaengine: pl08x: Suppress spaces in indentation
2015-05-05 23:40 [PATCH v2] dmaengine: pl08x: Suppress spaces in indentation Leonardo Carreras
@ 2015-05-08 9:00 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2015-05-08 9:00 UTC (permalink / raw)
To: Leonardo Carreras; +Cc: Dan Williams, dmaengine, linux-kernel, kernel-janitors
On Tue, May 05, 2015 at 07:40:52PM -0400, Leonardo Carreras wrote:
> Removed checkpatch reported spaces in indentation:
> ERROR: code indent should use tabs where possible
> +^I PL080_CONFIG_TC_IRQ_MASK);$
>
Applied, thanks
--
~Vinod
> Signed-off-by: Leonardo Carreras <leocarreras89@gmail.com>
> ---
> drivers/dma/amba-pl08x.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
> index 49d396e..5de3cf4 100644
> --- a/drivers/dma/amba-pl08x.c
> +++ b/drivers/dma/amba-pl08x.c
> @@ -474,7 +474,7 @@ static void pl08x_terminate_phy_chan(struct pl08x_driver_data *pl08x,
> u32 val = readl(ch->reg_config);
>
> val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK |
> - PL080_CONFIG_TC_IRQ_MASK);
> + PL080_CONFIG_TC_IRQ_MASK);
>
> writel(val, ch->reg_config);
>
> --
> 1.7.9.5
>
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-08 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 23:40 [PATCH v2] dmaengine: pl08x: Suppress spaces in indentation Leonardo Carreras
2015-05-08 9:00 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).