ext4: use seq_putc() in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 13 Jul 2024 15:10:24 +0000 (17:10 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Aug 2024 01:20:57 +0000 (21:20 -0400)
commitbd8daa7717d94752ecd4a60b67a928d7159c2825
tree8dab93797354d38ed8e4bd36f7f2e89d20840902
parent1a00a393d6a7fb1e745a41edd09019bd6a0ad64c
ext4: use seq_putc() in two functions

Single characters (line breaks) should be put into a sequence.
Thus use the corresponding function “seq_putc”.

This issue was transformed by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Link: https://patch.msgid.link/076974ab-4da3-4176-89dc-0514e020c276@web.de
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c
fs/ext4/super.c