diff options
| author | David Laight <david.laight.linux@gmail.com> | 2026-03-26 20:18:19 +0000 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2026-04-08 07:51:31 +0200 |
| commit | f33fad8dbfff7c35c22abb3a7305173d005ac362 (patch) | |
| tree | 0ef08f73e02f7927788b436a4ce45d7a5a5a4f5c /tools/testing/vma/include/git@git.tavy.me:linux.git | |
| parent | 3785091c6c16a1ce4a5e0460881fc81ed8d2c8a1 (diff) | |
netfilter: nf_conntrack_h323: Correct indentation when H323_TRACE defined
The trace lines are indented using PRINT("%*.s", xx, " ").
Userspace will treat this as "%*.0s" and will output no characters
when 'xx' is zero, the kernel treats it as "%*s" and will output
a single ' ' - which is probably what is intended.
Change all the formats to "%*s" removing the default precision.
This gives a single space indent when level is zero.
Signed-off-by: David Laight <david.laight.linux@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tools/testing/vma/include/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
