[PATCH] Staging: comedi: fix brace coding style issue in ni_labpc.c

MauriceDawsonmauricedawson2699 at googlemail.com MauriceDawsonmauricedawson2699 at googlemail.com
Sat Feb 13 16:31:04 UTC 2010


From: Maurice <maurice at ubuntu.ubuntu-domain>

This is a patch to the ni_labpc.c file that fixes up a brace warning found by the checkpatch.pl tool.

Signed-off-by: Maurice Dawson <maurice2699 at btinternet.com>
---
 drivers/staging/comedi/drivers/ni_labpc.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_labpc.c b/drivers/staging/comedi/drivers/ni_labpc.c
index dc3f398..a01e35d 100644
--- a/drivers/staging/comedi/drivers/ni_labpc.c
+++ b/drivers/staging/comedi/drivers/ni_labpc.c
@@ -483,12 +483,10 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
 
 	printk("comedi%d: ni_labpc: %s, io 0x%lx", dev->minor, thisboard->name,
 	       iobase);
-	if (irq) {
+	if (irq)
 		printk(", irq %u", irq);
-	}
-	if (dma_chan) {
+	if (dma_chan)
 		printk(", dma %u", dma_chan);
-	}
 	printk("\n");
 
 	if (iobase == 0) {
-- 
1.6.3.3




More information about the devel mailing list