Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1259670

[PATCH] Staging: comedi: ssc_dnp: fixed a comment style

From Philippe Loctaux <loctauxphilippe@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] Staging: comedi: ssc_dnp: fixed a comment style
Date 2015-10-30 18:50 +0100
Message-ID <qplYm-i7-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed a comment issue.

Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com>
---
 drivers/staging/comedi/drivers/ssv_dnp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c b/drivers/staging/comedi/drivers/ssv_dnp.c
index acc7f34..c28b6cb 100644
--- a/drivers/staging/comedi/drivers/ssv_dnp.c
+++ b/drivers/staging/comedi/drivers/ssv_dnp.c
@@ -150,7 +150,8 @@ static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
 	/* We use the I/O ports 0x22,0x23 and 0xa3-0xa9, which are always
 	 * allocated for the primary 8259, so we don't need to allocate them
-	 * ourselves. */
+	 * ourselves.
+	 */
 
 	/* configure all ports as input (default)                            */
 	outb(PAMR, CSCIR);
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Staging: comedi: ssc_dnp: fixed a comment style Philippe Loctaux <loctauxphilippe@gmail.com> - 2015-10-30 18:50 +0100
  Re: [PATCH] Staging: comedi: ssc_dnp: fixed a comment style Greg KH <gregkh@linuxfoundation.org> - 2015-11-04 07:00 +0100

csiph-web