The following chaeckpatch error was fixed: ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Andrei Maresu <andreimar...@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 2727ca5..76611a3 100644 --- a/drivers/dma/at_hdmac_regs.h +++ b/drivers/dma/at_hdmac_regs.h @@ -53,7 +53,7 @@ #define AT_DMA_CHER 0x28 /* Channel Handler Enable Register */ #define AT_DMA_ENA(x) (0x1 << (x)) -#define AT_DMA_SUSP(x) (0x1 << ( 8 + (x))) +#define AT_DMA_SUSP(x) (0x1 << (8 + (x))) #define AT_DMA_KEEP(x) (0x1 << (24 + (x))) #define AT_DMA_CHDR 0x2C /* Channel Handler Disable Register */ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/