mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
dmaengine: loongson: Fix spelling mistake "Looongson" -> "Looogson"
There are a couple of spelling mistakes, one in a comment block and one in a module description. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20260317204631.120332-1-colin.i.king@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
1c0028e725
commit
4a2759a3ae
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Looongson-2 Chain Multi-Channel DMA Controller driver
|
||||
* Loongson-2 Chain Multi-Channel DMA Controller driver
|
||||
*
|
||||
* Copyright (C) 2024-2026 Loongson Technology Corporation Limited
|
||||
*/
|
||||
@@ -725,6 +725,6 @@ static struct platform_driver loongson2_cmc_dma_driver = {
|
||||
};
|
||||
module_platform_driver(loongson2_cmc_dma_driver);
|
||||
|
||||
MODULE_DESCRIPTION("Looongson-2 Chain Multi-Channel DMA Controller driver");
|
||||
MODULE_DESCRIPTION("Loongson-2 Chain Multi-Channel DMA Controller driver");
|
||||
MODULE_AUTHOR("Loongson Technology Corporation Limited");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user