[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <b96052cd5c14956852fe7fc13ea47dac7b2b40e1.1616971780.git.unixbhaskar@gmail.com>
Date: Mon, 29 Mar 2021 05:22:59 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: dmaengine@...r.kernel.org, dri-devel@...ts.freedesktop.org,
hch@....de, iommu@...ts.linux-foundation.org,
linuxppc-dev@...ts.ozlabs.org, dave.jiang@...el.com,
dan.j.williams@...el.com
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>, rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 03/30] amba-pl08x.c: Fixed couple of typos
s/busses/buses/
s/accound/account/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
drivers/dma/amba-pl08x.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index a24882ba3764..d15182634789 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -121,7 +121,7 @@ struct vendor_data {
/**
* struct pl08x_bus_data - information of source or destination
- * busses for a transfer
+ * buses for a transfer
* @addr: current address
* @maxwidth: the maximum width of a transfer on this bus
* @buswidth: the width of this bus in bytes: 1, 2 or 4
@@ -1010,7 +1010,7 @@ static inline u32 pl08x_lli_control_bits(struct pl08x_driver_data *pl08x,
/*
* Remove all src, dst and transfer size bits, then set the
* width and size according to the parameters. The bit offsets
- * are different in the FTDMAC020 so we need to accound for this.
+ * are different in the FTDMAC020 so we need to account for this.
*/
if (pl08x->vd->ftdmac020) {
retbits &= ~FTDMAC020_LLI_DST_WIDTH_MSK;
--
2.26.3
Powered by blists - more mailing lists