Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52930bc6 authored by Markus Elfring's avatar Markus Elfring Committed by Michael Ellerman
Browse files

powerpc/4xx: Use seq_putc() in ocm_debugfs_show()



A single character (line break) should be put into a sequence.
Thus use the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent b52106a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ static int ocm_debugfs_show(struct seq_file *m, void *v)
						blk->size, blk->owner);
		}

		seq_printf(m, "\n");
		seq_putc(m, '\n');
	}

	return 0;