[PATCH] Staging: comedi: drivers.c: fixed braces coding style issue.

Dustan Bower dustan.bower at gmail.com
Fri Feb 18 06:32:08 UTC 2011


Fixed coding style issue.

Signed-off-by: Dustan Bower <dustan.bower at gmail.com>
---
 drivers/staging/comedi/drivers.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
index dca861e..f8b91b7 100644
--- a/drivers/staging/comedi/drivers.c
+++ b/drivers/staging/comedi/drivers.c
@@ -471,9 +471,8 @@ int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
 
 		async->buf_page_list =
 		    vzalloc(sizeof(struct comedi_buf_page) * n_pages);
-		if (async->buf_page_list) {
+		if (async->buf_page_list)
 			pages = vmalloc(sizeof(struct page *) * n_pages);
-		}
 		if (pages) {
 			for (i = 0; i < n_pages; i++) {
 				if (s->async_dma_dir != DMA_NONE) {
-- 
1.7.4.1




More information about the devel mailing list