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:   Sun, 14 Mar 2021 19:20:02 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, mchehab@...nel.org,
        linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: pci: saa7164: Rudimentary spelling fixes in the
 file saa7164-types.h

On 3/14/21 6:39 PM, Bhaskar Chowdhury wrote:
> 
> s/structues/structures/
> s/decies/decides/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
>  drivers/media/pci/saa7164/saa7164-types.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/pci/saa7164/saa7164-types.h b/drivers/media/pci/saa7164/saa7164-types.h
> index 34dd2be6fce4..00f163b38d40 100644
> --- a/drivers/media/pci/saa7164/saa7164-types.h
> +++ b/drivers/media/pci/saa7164/saa7164-types.h
> @@ -7,7 +7,7 @@
> 
>  /* TODO: Cleanup and shorten the namespace */
> 
> -/* Some structues are passed directly to/from the firmware and
> +/* Some structures are passed directly to/from the firmware and
>   * have strict alignment requirements. This is one of them.
>   */
>  struct tmComResHWDescr {
> @@ -28,7 +28,7 @@ struct tmComResHWDescr {
>  /* This is DWORD aligned on windows but I can't find the right
>   * gcc syntax to match the binary data from the device.
>   * I've manually padded with Reserved[3] bytes to match the hardware,
> - * but this could break if GCC decies to pack in a different way.
> + * but this could break if GCC decides to pack in a different way.
>   */
>  struct tmComResInterfaceDescr {
>  	u8	bLength;
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ