diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-26 03:38:09 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-07-26 17:01:32 +0300 |
commit | 86052e407e8e1964c81965de25832258875a0e6d (patch) | |
tree | 4296cceea49eea513940904e8ac4405f9d9b55c6 /arch/powerpc/platforms/powernv/pci.h | |
parent | 3b56ed4b461fd92b66f6ea44d81837e12878031f (diff) | |
download | linux-86052e407e8e1964c81965de25832258875a0e6d.tar.xz |
powerpc/powernv/pci.h: delete duplicated word
Drop the repeated word "for".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200726003809.20454-10-rdunlap@infradead.org
Diffstat (limited to 'arch/powerpc/platforms/powernv/pci.h')
-rw-r--r-- | arch/powerpc/platforms/powernv/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/pci.h b/arch/powerpc/platforms/powernv/pci.h index c8cc152bdf52..739a0b3b72e1 100644 --- a/arch/powerpc/platforms/powernv/pci.h +++ b/arch/powerpc/platforms/powernv/pci.h @@ -94,7 +94,7 @@ struct pnv_ioda_pe { */ bool dma_setup_done; - /* MSIs. MVE index is identical for for 32 and 64 bit MSI + /* MSIs. MVE index is identical for 32 and 64 bit MSI * and -1 if not supported. (It's actually identical to the * PE number) */ |