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, 5 Sep 2021 13:29:18 +0300
From:   Oded Gabbay <ogabbay@...nel.org>
To:     Colin King <colin.king@...onical.com>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        kernel-janitors@...r.kernel.org,
        "Linux-Kernel@...r. Kernel. Org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][next] habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK"

On Fri, Sep 3, 2021 at 11:02 AM Colin King <colin.king@...onical.com> wrote:
>
> From: Colin Ian King <colin.king@...onical.com>
>
> There is a spelling mistake in a literal string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/misc/habanalabs/gaudi/gaudi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/habanalabs/gaudi/gaudi.c b/drivers/misc/habanalabs/gaudi/gaudi.c
> index 383865be3c2c..1d5fcca1ee0c 100644
> --- a/drivers/misc/habanalabs/gaudi/gaudi.c
> +++ b/drivers/misc/habanalabs/gaudi/gaudi.c
> @@ -395,7 +395,7 @@ static struct hl_hw_obj_name_entry gaudi_so_id_to_str[] = {
>
>  static struct hl_hw_obj_name_entry gaudi_monitor_id_to_str[] = {
>         { .id = 200, .name = "MON_OBJ_DMA_DOWN_FEEDBACK_RESET" },
> -       { .id = 201, .name = "MON_OBJ_DMA_UP_FEADBACK_RESET" },
> +       { .id = 201, .name = "MON_OBJ_DMA_UP_FEEDBACK_RESET" },
>         { .id = 203, .name = "MON_OBJ_DRAM_TO_SRAM_QUEUE_FENCE" },
>         { .id = 204, .name = "MON_OBJ_TPC_0_CLK_GATE" },
>         { .id = 205, .name = "MON_OBJ_TPC_1_CLK_GATE" },
> --
> 2.32.0
>

Thanks!
Applied to -fixes
Oded

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ