mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
d12b3dc106
commit
380a8891fd
|
|
@ -657,7 +657,7 @@ static int mana_gd_register_irq(struct gdma_queue *queue,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void mana_gd_deregiser_irq(struct gdma_queue *queue)
|
||||
static void mana_gd_deregister_irq(struct gdma_queue *queue)
|
||||
{
|
||||
struct gdma_dev *gd = queue->gdma_dev;
|
||||
struct gdma_irq_context *gic;
|
||||
|
|
@ -750,7 +750,7 @@ static void mana_gd_destroy_eq(struct gdma_context *gc, bool flush_evenets,
|
|||
dev_warn(gc->dev, "Failed to flush EQ: %d\n", err);
|
||||
}
|
||||
|
||||
mana_gd_deregiser_irq(queue);
|
||||
mana_gd_deregister_irq(queue);
|
||||
|
||||
if (queue->eq.disable_needed)
|
||||
mana_gd_disable_queue(queue);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user