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


Groups > linux.kernel > #1259073 > unrolled thread

[PATCH] Staging: comedi: fixed comment, added a new line

Started byPhilippe Loctaux <loctauxphilippe@gmail.com>
First post2015-10-30 00:00 +0100
Last post2015-10-30 03:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: comedi: fixed comment, added a new line Philippe Loctaux <loctauxphilippe@gmail.com> - 2015-10-30 00:00 +0100
    Re: [PATCH] Staging: comedi: fixed comment, added a new line Greg KH <gregkh@linuxfoundation.org> - 2015-10-30 03:30 +0100

#1259073 — [PATCH] Staging: comedi: fixed comment, added a new line

FromPhilippe Loctaux <loctauxphilippe@gmail.com>
Date2015-10-30 00:00 +0100
Subject[PATCH] Staging: comedi: fixed comment, added a new line
Message-ID<qp4kO-6fZ-19@gated-at.bofh.it>
From 16dae6c28a46ae257dcedd51d973aee7821053f3 Mon Sep 17 00:00:00 2001
From: Philippe Loctaux <loctauxphilippe@gmail.com>
Date: Thu, 29 Oct 2015 22:45:16 +0100
Subject: [PATCH] Staging: comedi: fixed comment, added a new line

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/

[toc] | [next] | [standalone]


#1259170

FromGreg KH <gregkh@linuxfoundation.org>
Date2015-10-30 03:30 +0100
Message-ID<qp7C1-8mi-7@gated-at.bofh.it>
In reply to#1259073
On Thu, Oct 29, 2015 at 11:52:33PM +0100, Philippe Loctaux wrote:
> >From 16dae6c28a46ae257dcedd51d973aee7821053f3 Mon Sep 17 00:00:00 2001
> From: Philippe Loctaux <loctauxphilippe@gmail.com>
> Date: Thu, 29 Oct 2015 22:45:16 +0100
> Subject: [PATCH] Staging: comedi: fixed comment, added a new line

Why is this header all in here?

> 
> Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com>


No changelog comment saying why you did this?

--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web