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, 10 Mar 2015 11:46:25 +1000
From:	Greg Ungerer <gregungerer@...tnet.com.au>
To:	Yannick Guerrini <yguerrini@...shardware.fr>, geert@...ux-m68k.org
CC:	trivial@...nel.org, linux-m68k@...ts.linux-m68k.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] m68k: Fix trivial typos in comments


Hi Yannick,

On 10/03/15 07:29, Yannick Guerrini wrote:
> Change 'Reaceive' to 'Receive'
> Change 'alighnment' to 'alignment'
> 
> Signed-off-by: Yannick Guerrini <yguerrini@...shardware.fr>

Thanks. I have put this in the m68knommu git tree, for-next branch.

Regards
Greg



> ---
>  arch/m68k/include/asm/m68360_pram.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/m68k/include/asm/m68360_pram.h b/arch/m68k/include/asm/m68360_pram.h
> index e6088bb..c0cbd96 100644
> --- a/arch/m68k/include/asm/m68360_pram.h
> +++ b/arch/m68k/include/asm/m68360_pram.h
> @@ -170,7 +170,7 @@ struct uart_pram {
>      unsigned short  frmer;          /* Rx framing error counter */
>      unsigned short  nosec;          /* Rx noise counter */
>      unsigned short  brkec;          /* Rx break character counter */
> -    unsigned short  brkln;          /* Reaceive break length */
> +    unsigned short  brkln;          /* Receive break length */
>                     
>      unsigned short  uaddr1;         /* address character 1 */
>      unsigned short  uaddr2;         /* address character 2 */
> @@ -338,7 +338,7 @@ struct ethernet_pram {
>      unsigned long   c_pres;         /* preset CRC */
>      unsigned long   c_mask;         /* constant mask for CRC */
>      unsigned long   crcec;          /* CRC error counter */
> -    unsigned long   alec;           /* alighnment error counter */
> +    unsigned long   alec;           /* alignment error counter */
>      unsigned long   disfc;          /* discard frame counter */
>      unsigned short  pads;           /* short frame PAD characters */
>      unsigned short  ret_lim;        /* retry limit threshold */
> 

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