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:
Colin Ian King
2026-03-17 20:46:31 +00:00
committed by Vinod Koul
parent 1c0028e725
commit 4a2759a3ae

View File

@@ -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");