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>
This commit is contained in:
Vladimir Zapolskiy 2025-12-25 19:38:47 +02:00 committed by Vinod Koul
parent d3824968db
commit 8049f77fd8

View File

@ -2978,7 +2978,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
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,