From: Nicolas Ferre Date: Tue, 22 Nov 2011 10:55:53 +0000 (+0100) Subject: dmaengine: at_hdmac: empty entry shape modification X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dcc817346d311bbd9dac6fc9d6bddb552134851c;p=mv-sheeva.git dmaengine: at_hdmac: empty entry shape modification Trivial form modification to unify structure look. Signed-off-by: Nicolas Ferre Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index 3b44f24888e..30ec030456c 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c @@ -1185,7 +1185,9 @@ static const struct of_device_id atmel_dma_dt_ids[] = { }, { .compatible = "atmel,at91sam9g45-dma", .data = (void *)ATDMA_DEVTYPE_SAM9G45 - }, { /* sentinel */ } + }, { + /* sentinel */ + } }; MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);