kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK"
@ 2021-09-03  8:02 Colin King
  2021-09-05 10:29 ` Oded Gabbay
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-09-03  8:02 UTC (permalink / raw)
  To: Oded Gabbay, Arnd Bergmann, Greg Kroah-Hartman
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK"
  2021-09-03  8:02 [PATCH][next] habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK" Colin King
@ 2021-09-05 10:29 ` Oded Gabbay
  0 siblings, 0 replies; 2+ messages in thread
From: Oded Gabbay @ 2021-09-05 10:29 UTC (permalink / raw)
  To: Colin King
  Cc: Arnd Bergmann, Greg Kroah-Hartman, kernel-janitors,
	Linux-Kernel@Vger. Kernel. Org

On Fri, Sep 3, 2021 at 11:02 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a literal string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-05 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  8:02 [PATCH][next] habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK" Colin King
2021-09-05 10:29 ` Oded Gabbay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).