Skip to content

Commit 4a79fb2

Browse files
Gelmaralfbaechle
authored andcommitted
MIPS: Octeon: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13315/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 891ab06 commit 4a79fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/cavium-octeon/executive/cvmx-bootmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ int64_t cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr,
668668
/*
669669
* Round size up to mult of minimum alignment bytes We need
670670
* the actual size allocated to allow for blocks to be
671-
* coallesced when they are freed. The alloc routine does the
671+
* coalesced when they are freed. The alloc routine does the
672672
* same rounding up on all allocations.
673673
*/
674674
size = ALIGN(size, CVMX_BOOTMEM_ALIGNMENT_SIZE);

0 commit comments

Comments
 (0)