Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Vinod Koul
4a2759a3 1c0028e7

+2 -2
+2 -2
drivers/dma/loongson/loongson2-apb-cmc-dma.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * Looongson-2 Chain Multi-Channel DMA Controller driver 3 + * Loongson-2 Chain Multi-Channel DMA Controller driver 4 4 * 5 5 * Copyright (C) 2024-2026 Loongson Technology Corporation Limited 6 6 */ ··· 725 725 }; 726 726 module_platform_driver(loongson2_cmc_dma_driver); 727 727 728 - MODULE_DESCRIPTION("Looongson-2 Chain Multi-Channel DMA Controller driver"); 728 + MODULE_DESCRIPTION("Loongson-2 Chain Multi-Channel DMA Controller driver"); 729 729 MODULE_AUTHOR("Loongson Technology Corporation Limited"); 730 730 MODULE_LICENSE("GPL");