diff options
author | Justin Stitt <justinstitt@google.com> | 2022-07-12 13:49:00 -0700 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-07-21 00:56:00 +0200 |
commit | aa8c7cdbae58b695ed79a0129b6b8c887b25969f (patch) | |
tree | 526d3dc16001f2f00cbcbaf24161d1aa460bd115 /net/sched | |
parent | f02e7dc4cff80ee882dbc6e207e054f841e4c2e1 (diff) |
netfilter: xt_TPROXY: remove pr_debug invocations
pr_debug calls are no longer needed in this file.
Pablo suggested "a patch to remove these pr_debug calls". This patch has
some other beneficial collateral as it also silences multiple Clang
-Wformat warnings that were present in the pr_debug calls.
diff from v1 -> v2:
* converted if statement one-liner style
* x == NULL is now !x
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Justin Stitt <justinstitt@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions