diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-08-11 21:59:53 +0800 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-08-22 11:09:17 +0200 |
commit | db4538ad4db280a2114e9d507d47c9f1a9f2cfd8 (patch) | |
tree | 790ba1421605d7156fa349cc80d6c1d37950fe98 /drivers/parisc | |
parent | b4b18f47f4f9682fbf5827682645da7c8dde8f80 (diff) | |
download | linux-db4538ad4db280a2114e9d507d47c9f1a9f2cfd8.tar.bz2 |
parisc: ccio-dma: Fix typo in comment
The double `was' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/ccio-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |