@@ -676,7 +676,7 @@ static void ttm_pool_debugfs_header(struct seq_file *m)
seq_puts(m, "\t ");
for (i = 0; i < NR_PAGE_ORDERS; ++i)
seq_printf(m, " ---%2u---", i);
- seq_puts(m, "\n");
+ seq_putc(m, '\n');
}
/* Dump information about the different pool types */
@@ -687,7 +687,7 @@ static void ttm_pool_debugfs_orders(struct ttm_pool_type *pt,
for (i = 0; i < NR_PAGE_ORDERS; ++i)
seq_printf(m, " %8u", ttm_pool_type_count(&pt[i]));
- seq_puts(m, "\n");
+ seq_putc(m, '\n');
}
/* Dump the total amount of allocated pages */