Skip to content

Commit 380a889

Browse files
Shradha Guptakuba-moo
authored andcommitted
net: mana: fix spelling for mana_gd_deregiser_irq()
Fix the typo in function name mana_gd_deregiser_irq() Signed-off-by: Shradha Gupta <shradhagupta@linux.microsoft.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/1752068580-27215-1-git-send-email-shradhagupta@linux.microsoft.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent d12b3dc commit 380a889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/microsoft/mana/gdma_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ static int mana_gd_register_irq(struct gdma_queue *queue,
657657
return 0;
658658
}
659659

660-
static void mana_gd_deregiser_irq(struct gdma_queue *queue)
660+
static void mana_gd_deregister_irq(struct gdma_queue *queue)
661661
{
662662
struct gdma_dev *gd = queue->gdma_dev;
663663
struct gdma_irq_context *gic;
@@ -750,7 +750,7 @@ static void mana_gd_destroy_eq(struct gdma_context *gc, bool flush_evenets,
750750
dev_warn(gc->dev, "Failed to flush EQ: %d\n", err);
751751
}
752752

753-
mana_gd_deregiser_irq(queue);
753+
mana_gd_deregister_irq(queue);
754754

755755
if (queue->eq.disable_needed)
756756
mana_gd_disable_queue(queue);

0 commit comments

Comments
 (0)