public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: comedi: drivers: ni_atmio.c: Add a missing semicolon
@ 2013-03-15  8:14 Kumar Amit Mehta
  2013-03-15  9:41 ` Ian Abbott
  2013-03-15 16:04 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Amit Mehta @ 2013-03-15  8:14 UTC (permalink / raw)
  To: abbotti; +Cc: fmhess, gregkh, hsweeten, devel, kernel-janitors, linux-kernel

fix a missing end-of-statement by adding a semicolon.

Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com>
---
 drivers/staging/comedi/drivers/ni_atmio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ni_atmio.c b/drivers/staging/comedi/drivers/ni_atmio.c
index 279f2cd..37372a1 100644
--- a/drivers/staging/comedi/drivers/ni_atmio.c
+++ b/drivers/staging/comedi/drivers/ni_atmio.c
@@ -467,7 +467,7 @@ static int ni_atmio_attach(struct comedi_device *dev,
 		return -EIO;
 
 	dev->board_ptr = ni_boards + board;
-	boardtype = comedi_board(dev)
+	boardtype = comedi_board(dev);
 
 	printk(" %s", boardtype->name);
 	dev->board_name = boardtype->name;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-15 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15  8:14 [PATCH] staging: comedi: drivers: ni_atmio.c: Add a missing semicolon Kumar Amit Mehta
2013-03-15  9:41 ` Ian Abbott
2013-03-15 16:03   ` H Hartley Sweeten
2013-03-15 16:04 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox