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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 18 Mar 2022 12:35:25 +0100
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Julia Lawall <Julia.Lawall@...ia.fr>
Cc:     Sekhar Nori <nsekhar@...com>, kernel-janitors@...r.kernel.org,
        Russell King <linux@...linux.org.uk>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: davinci: fix typos in comments

On Fri, Mar 18, 2022 at 11:37 AM Julia Lawall <Julia.Lawall@...ia.fr> wrote:
>
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
>
> ---
>  arch/arm/mach-davinci/board-dm355-evm.c  |    4 ++--
>  arch/arm/mach-davinci/board-dm365-evm.c  |    2 +-
>  arch/arm/mach-davinci/board-dm644x-evm.c |    2 +-
>  arch/arm/mach-davinci/devices.c          |    2 +-
>  4 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c
> index 3c5a9e3c128a..36983dd73904 100644
> --- a/arch/arm/mach-davinci/board-dm355-evm.c
> +++ b/arch/arm/mach-davinci/board-dm355-evm.c
> @@ -222,7 +222,7 @@ static struct v4l2_input tvp5146_inputs[] = {
>
>  /*
>   * this is the route info for connecting each input to decoder
> - * ouput that goes to vpfe. There is a one to one correspondence
> + * output that goes to vpfe. There is a one to one correspondence
>   * with tvp5146_inputs
>   */
>  static struct vpfe_route tvp5146_routes[] = {
> @@ -295,7 +295,7 @@ static struct vpbe_enc_mode_info dm355evm_enc_preset_timing[] = {
>  #define VENC_STD_ALL   (V4L2_STD_NTSC | V4L2_STD_PAL)
>
>  /*
> - * The outputs available from VPBE + ecnoders. Keep the
> + * The outputs available from VPBE + encoders. Keep the
>   * the order same as that of encoders. First those from venc followed by that
>   * from encoders. Index in the output refers to index on a particular encoder.
>   * Driver uses this index to pass it to encoder when it supports more than
> diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c
> index b3bef74c982a..21cf356fcd01 100644
> --- a/arch/arm/mach-davinci/board-dm365-evm.c
> +++ b/arch/arm/mach-davinci/board-dm365-evm.c
> @@ -535,7 +535,7 @@ static struct vpbe_enc_mode_info dm365evm_enc_preset_timing[] = {
>  #define VENC_STD_ALL   (V4L2_STD_NTSC | V4L2_STD_PAL)
>
>  /*
> - * The outputs available from VPBE + ecnoders. Keep the
> + * The outputs available from VPBE + encoders. Keep the
>   * the order same as that of encoders. First those from venc followed by that
>   * from encoders. Index in the output refers to index on a particular
>   * encoder.Driver uses this index to pass it to encoder when it supports more
> diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c
> index cce3a621eb20..1493f4a77e29 100644
> --- a/arch/arm/mach-davinci/board-dm644x-evm.c
> +++ b/arch/arm/mach-davinci/board-dm644x-evm.c
> @@ -260,7 +260,7 @@ static struct v4l2_input dm644xevm_tvp5146_inputs[] = {
>
>  /*
>   * this is the route info for connecting each input to decoder
> - * ouput that goes to vpfe. There is a one to one correspondence
> + * output that goes to vpfe. There is a one to one correspondence
>   * with tvp5146_inputs
>   */
>  static struct vpfe_route dm644xevm_tvp5146_routes[] = {
> diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
> index 849e811fade7..781a619af1e1 100644
> --- a/arch/arm/mach-davinci/devices.c
> +++ b/arch/arm/mach-davinci/devices.c
> @@ -245,7 +245,7 @@ void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config)
>                         /* Power-on 3.3V IO cells */
>                         __raw_writel(0,
>                                 DAVINCI_SYSMOD_VIRT(SYSMOD_VDD3P3VPWDN));
> -                       /*Set up the pull regiter for MMC */
> +                       /*Set up the pull register for MMC */

While at it you could add a missic space.

With that:

Reviewed-by: Bartosz Golaszewski <brgl@...ev.pl>

>                         davinci_cfg_reg(DM644X_MSTK);
>                 }
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ