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: pl08x: Fix comment stating the difference between PL080 and PL081

Fix a trivial typo in the comment, otherwise it takes an effort to
understand what it actually means to say.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Link: https://patch.msgid.link/20251225173847.1395928-1-vz@mleia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Vladimir Zapolskiy and committed by
Vinod Koul
8049f77f d3824968

+1 -1
+1 -1
drivers/dma/amba-pl08x.c
··· 2978 2978 return ret; 2979 2979 } 2980 2980 2981 - /* PL080 has 8 channels and the PL080 have just 2 */ 2981 + /* PL080 has 8 channels and the PL081 have just 2 */ 2982 2982 static struct vendor_data vendor_pl080 = { 2983 2983 .config_offset = PL080_CH_CONFIG, 2984 2984 .channels = 8,