powerpc/pseries: Add spaces around / operator
authorPetr Vaněk <arkamar@atlas.cz>
Fri, 24 Mar 2023 22:00:41 +0000 (23:00 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 30 Mar 2023 12:35:43 +0000 (23:35 +1100)
This is follow up change after 14b5d59a261b ("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
arch/powerpc/platforms/pseries/iommu.c

index de77c8c43211304c63e8e56ad3f5888938e329b8..256493111d1da43220763565141d37f8e6f2f2b9 100644 (file)
@@ -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++) {