diff mbox series

parisc: ccio-dma.c: Fix comment typo

Message ID 20220811135953.27950-1-wangborong@cdjrlc.com (mailing list archive)
State Accepted, archived
Headers show
Series parisc: ccio-dma.c: Fix comment typo | expand

Commit Message

Jason Wang Aug. 11, 2022, 1:59 p.m. UTC
The double `was' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/parisc/ccio-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Helge Deller Aug. 19, 2022, 7:22 p.m. UTC | #1
On 8/11/22 15:59, Jason Wang wrote:
> The double `was' is duplicated in the comment, remove one.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

applied.
Thanks!
Helge

> ---
>  drivers/parisc/ccio-dma.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c
> index 9be007c9420f..e863eb648379 100644
> --- a/drivers/parisc/ccio-dma.c
> +++ b/drivers/parisc/ccio-dma.c
> @@ -268,7 +268,7 @@ static int ioc_count;
>  *   Each bit can represent a number of pages.
>  *   LSbs represent lower addresses (IOVA's).
>  *
> -*   This was was copied from sba_iommu.c. Don't try to unify
> +*   This was copied from sba_iommu.c. Don't try to unify
>  *   the two resource managers unless a way to have different
>  *   allocation policies is also adjusted. We'd like to avoid
>  *   I/O TLB thrashing by having resource allocation policy
diff mbox series

Patch

diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c
index 9be007c9420f..e863eb648379 100644
--- a/drivers/parisc/ccio-dma.c
+++ b/drivers/parisc/ccio-dma.c
@@ -268,7 +268,7 @@  static int ioc_count;
 *   Each bit can represent a number of pages.
 *   LSbs represent lower addresses (IOVA's).
 *
-*   This was was copied from sba_iommu.c. Don't try to unify
+*   This was copied from sba_iommu.c. Don't try to unify
 *   the two resource managers unless a way to have different
 *   allocation policies is also adjusted. We'd like to avoid
 *   I/O TLB thrashing by having resource allocation policy