* [PATCH 2/2] Dma: at_hdmac_regs fixed a space coding style issue
@ 2015-03-23 20:38 Andrei Maresu
0 siblings, 0 replies; only message in thread
From: Andrei Maresu @ 2015-03-23 20:38 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrei Maresu
The following chaeckpatch error was fixed:
ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Andrei Maresu <andreimaresu@gmail.com>
---
drivers/dma/at_hdmac_regs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/at_hdmac_regs.h b/drivers/dma/at_hdmac_regs.h
index 76611a3..176f13d 100644
--- a/drivers/dma/at_hdmac_regs.h
+++ b/drivers/dma/at_hdmac_regs.h
@@ -58,7 +58,7 @@
#define AT_DMA_CHDR 0x2C /* Channel Handler Disable Register */
#define AT_DMA_DIS(x) (0x1 << (x))
-#define AT_DMA_RES(x) (0x1 << ( 8 + (x)))
+#define AT_DMA_RES(x) (0x1 << (8 + (x)))
#define AT_DMA_CHSR 0x30 /* Channel Handler Status Register */
#define AT_DMA_EMPT(x) (0x1 << (16 + (x)))
--
1.9.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-23 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 20:38 [PATCH 2/2] Dma: at_hdmac_regs fixed a space coding style issue Andrei Maresu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®