]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hv_balloon: Simplify data output in hv_balloon_debug_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 5 Jun 2026 12:44:54 +0000 (14:44 +0200)
committerWei Liu <wei.liu@kernel.org>
Mon, 8 Jun 2026 06:13:15 +0000 (23:13 -0700)
commit145613eb15eaed537825363a59523a0dcfa2d0f3
treee0b7db41fcc95cb891890c683a1b8c55787c005c
parent982cb55bec4a8aa73569dba4739a3de1ee2c25d9
hv_balloon: Simplify data output in hv_balloon_debug_show()

Move the specification for a line break from a seq_puts() call
to a seq_printf() call.

The source code was transformed by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Sahil Chandna <sahilchandna@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_balloon.c