mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00
powerpc/pseries: Fix formatting to make code look more beautiful
Operators should be separated by spaces in tce_buildmulti_pSeriesLP() Signed-off-by: Deming Wang <wangdeming@inspur.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220701094553.1722-1-wangdeming@inspur.com
This commit is contained in:
parent
5f58cad1e4
commit
14b5d59a26
@ -248,7 +248,7 @@ static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum,
|
||||
* Set up the page with TCE data, looping through and setting
|
||||
* the values.
|
||||
*/
|
||||
limit = min_t(long, npages, 4096/TCE_ENTRY_SIZE);
|
||||
limit = min_t(long, npages, 4096 / TCE_ENTRY_SIZE);
|
||||
|
||||
for (l = 0; l < limit; l++) {
|
||||
tcep[l] = cpu_to_be64(proto_tce | rpn << tceshift);
|
||||
|
Loading…
Reference in New Issue
Block a user