mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/7] Staging: comedi: adv_pci1710: a line over 80 fixed
@ 2014-07-20 14:06 Sam Asadi
  2014-07-20 14:06 ` [PATCH 2/7] Staging: comedi: adv_pci1710: a line over 80 issue fixed Sam Asadi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sam Asadi @ 2014-07-20 14:06 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Sam Asadi

A 'line over 80' issue fixed, by removing comment to previous line. And
also, by this, 'a blank line' isssue resolved.

Signed-off-by: Sam Asadi <asadi.samuel@gmail.com>
---
 drivers/staging/comedi/drivers/adv_pci1710.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c b/drivers/staging/comedi/drivers/adv_pci1710.c
index 602b7a1..a15a552 100644
--- a/drivers/staging/comedi/drivers/adv_pci1710.c
+++ b/drivers/staging/comedi/drivers/adv_pci1710.c
@@ -722,8 +722,8 @@ static int pci171x_ai_cancel(struct comedi_device *dev,
 	default:
 		devpriv->CntrlReg &= Control_CNT0;
 		devpriv->CntrlReg |= Control_SW;
-
-		outw(devpriv->CntrlReg, dev->iobase + PCI171x_CONTROL);	/*  reset any operations */
+		/* reset any operations */
+		outw(devpriv->CntrlReg, dev->iobase + PCI171x_CONTROL);
 		pci171x_start_pacer(dev, false);
 		outb(0, dev->iobase + PCI171x_CLRFIFO);
 		outb(0, dev->iobase + PCI171x_CLRINT);
-- 
1.7.10.4


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

end of thread, other threads:[~2014-07-20 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-20 14:06 [PATCH 1/7] Staging: comedi: adv_pci1710: a line over 80 fixed Sam Asadi
2014-07-20 14:06 ` [PATCH 2/7] Staging: comedi: adv_pci1710: a line over 80 issue fixed Sam Asadi
2014-07-20 14:06 ` [PATCH 3/7] Staging: comedi: adv_pci1710: A line style " Sam Asadi
2014-07-20 14:06 ` [PATCH 4/7] Staging: comedi: adv_pci1710: a line over 80 characters fixed Sam Asadi
2014-07-20 14:06 ` [PATCH 5/7] Staging: comedi: adv_pci1710: a line over 80 characters resolved Sam Asadi
2014-07-20 14:06 ` [PATCH 6/7] Staging: comedi: adv_pci1710: an issue in line over 80 fixed Sam Asadi
2014-07-20 14:06 ` [PATCH 7/7] Staging: comedi: adv_pci1710: an issue in code style fixed Sam Asadi

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

Powered by JetHome