]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: Replace 8 seq_puts() calls by seq_putc() calls
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 14 Jul 2024 14:15:34 +0000 (16:15 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 29 Jul 2024 19:53:00 +0000 (12:53 -0700)
commitdf862de41fcde6a0a4906647b0cacec2a8db5cf3
tree2ea217cd05ca8e31c917dc06761fe620421b32b5
parent2291247296c848da1c2d9cb598c517636aecd829
bpf: Replace 8 seq_puts() calls by seq_putc() calls

Single line breaks should occasionally 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>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/e26b7df9-cd63-491f-85e8-8cabe60a85e5@web.de
kernel/bpf/arraymap.c
kernel/bpf/bpf_struct_ops.c
kernel/bpf/hashtab.c
kernel/bpf/local_storage.c