lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 3 Nov 2015 19:18:30 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Philippe Loctaux <loctauxphilippe@...il.com>
Cc:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: comedi: ssc_dnp: fixed a comment style

On Fri, Oct 30, 2015 at 06:46:20PM +0100, Philippe Loctaux wrote:
> Fixed a comment issue.
> 
> Signed-off-by: Philippe Loctaux <loctauxphilippe@...il.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 :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ