Skip to content

Commit 8049f77

Browse files
vzapolskiyvinodkoul
authored andcommitted
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>
1 parent d382496 commit 8049f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/amba-pl08x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
29782978
return ret;
29792979
}
29802980

2981-
/* PL080 has 8 channels and the PL080 have just 2 */
2981+
/* PL080 has 8 channels and the PL081 have just 2 */
29822982
static struct vendor_data vendor_pl080 = {
29832983
.config_offset = PL080_CH_CONFIG,
29842984
.channels = 8,

0 commit comments

Comments
 (0)