Skip to content

Commit f998c20

Browse files
JuliaLawalltsbogend
authored andcommitted
MIPS: Octeon: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 6ad5ec5 commit f998c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/pci/pcie-octeon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ static int __cvmx_pcie_rc_initialize_gen1(int pcie_port)
895895
mem_access_subid.s.nsw = 0; /* Enable Snoop for Writes. */
896896
mem_access_subid.s.ror = 0; /* Disable Relaxed Ordering for Reads. */
897897
mem_access_subid.s.row = 0; /* Disable Relaxed Ordering for Writes. */
898-
mem_access_subid.s.ba = 0; /* PCIe Adddress Bits <63:34>. */
898+
mem_access_subid.s.ba = 0; /* PCIe Address Bits <63:34>. */
899899

900900
/*
901901
* Setup mem access 12-15 for port 0, 16-19 for port 1,

0 commit comments

Comments
 (0)