mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
powerpc/pseries: Add spaces around / operator
This is follow up change after 14b5d59a26 ("powerpc/pseries: Fix
formatting to make code look more beautiful") to conform to kernel
coding style.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230324220041.11378-1-arkamar@atlas.cz
This commit is contained in:
parent
631cf00282
commit
2747fd26f8
|
|
@ -479,7 +479,7 @@ static int tce_setrange_multi_pSeriesLP(unsigned long start_pfn,
|
|||
* Set up the page with TCE data, looping through and setting
|
||||
* the values.
|
||||
*/
|
||||
limit = min_t(long, num_tce, 4096/TCE_ENTRY_SIZE);
|
||||
limit = min_t(long, num_tce, 4096 / TCE_ENTRY_SIZE);
|
||||
dma_offset = next + be64_to_cpu(maprange->dma_base);
|
||||
|
||||
for (l = 0; l < limit; l++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user