* [PATCH] Staging: comedi: ssc_dnp: fixed a comment style
@ 2015-10-30 17:46 Philippe Loctaux
2015-11-04 3:18 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Loctaux @ 2015-10-30 17:46 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, Philippe Loctaux
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Staging: comedi: ssc_dnp: fixed a comment style
2015-10-30 17:46 [PATCH] Staging: comedi: ssc_dnp: fixed a comment style Philippe Loctaux
@ 2015-11-04 3:18 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-11-04 3:18 UTC (permalink / raw)
To: Philippe Loctaux; +Cc: devel, linux-kernel
On Fri, Oct 30, 2015 at 06:46:20PM +0100, Philippe Loctaux wrote:
> 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);
Does not apply to my tree at all :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-04 5:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 17:46 [PATCH] Staging: comedi: ssc_dnp: fixed a comment style Philippe Loctaux
2015-11-04 3:18 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox