[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220805125655.2347072-1-colin.i.king@gmail.com>
Date: Fri, 5 Aug 2022 13:56:55 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Stefan Richter <stefanr@...6.in-berlin.de>,
linux1394-devel@...ts.sourceforge.net
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ieee1394: Use correct function names in comment blocks
The incorrect function name is being used in the comment for functions
init_ohci1394_dma_on_all_controllers and setup_ohci1394_dma. Correct
these comments.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
drivers/firewire/init_ohci1394_dma.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/firewire/init_ohci1394_dma.c b/drivers/firewire/init_ohci1394_dma.c
index 659256927b42..11796931f9c4 100644
--- a/drivers/firewire/init_ohci1394_dma.c
+++ b/drivers/firewire/init_ohci1394_dma.c
@@ -251,7 +251,8 @@ static inline void __init init_ohci1394_controller(int num, int slot, int func)
}
/**
- * debug_init_ohci1394_dma - scan for OHCI1394 controllers and init DMA on them
+ * init_ohci1394_dma_on_all_controllers - scan for OHCI1394 controllers and
+ * init DMA on them
* Scans the whole PCI space for OHCI1394 controllers and inits DMA on them
*/
void __init init_ohci1394_dma_on_all_controllers(void)
@@ -283,7 +284,7 @@ void __init init_ohci1394_dma_on_all_controllers(void)
}
/**
- * setup_init_ohci1394_early - enables early OHCI1394 DMA initialization
+ * setup_ohci1394_dma - enables early OHCI1394 DMA initialization
*/
static int __init setup_ohci1394_dma(char *opt)
{
--
2.35.3
Powered by blists - more mailing lists