From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755355AbbKDFzn (ORCPT ); Wed, 4 Nov 2015 00:55:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57830 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755AbbKDFzl (ORCPT ); Wed, 4 Nov 2015 00:55:41 -0500 Date: Tue, 3 Nov 2015 19:18:30 -0800 From: Greg KH To: Philippe Loctaux Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: ssc_dnp: fixed a comment style Message-ID: <20151104031830.GA14567@kroah.com> References: <1446227180-20572-1-git-send-email-loctauxphilippe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446227180-20572-1-git-send-email-loctauxphilippe@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30, 2015 at 06:46:20PM +0100, Philippe Loctaux wrote: > Fixed a comment issue. > > Signed-off-by: Philippe Loctaux > --- > 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 :(