From: Vladimir Zapolskiy Date: Thu, 25 Dec 2025 17:38:47 +0000 (+0200) Subject: dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8049f77fd820f47a2727c805de629a7433538eab;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20251225173847.1395928-1-vz@mleia.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index 3bfb3b312027..f16a70937200 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c @@ -2978,7 +2978,7 @@ out_no_pl08x: return ret; } -/* PL080 has 8 channels and the PL080 have just 2 */ +/* PL080 has 8 channels and the PL081 have just 2 */ static struct vendor_data vendor_pl080 = { .config_offset = PL080_CH_CONFIG, .channels = 8,