From 44699baff5f4995412b91d206d66debf8e13cb4c Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 20 May 2025 11:56:35 +0200 Subject: [PATCH] subsys/net/lib/shell: Fix code compliance issues Fix issues detected by checkpatch Signed-off-by: Alberto Escolar Piedras --- subsys/net/lib/shell/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/net/lib/shell/filter.c b/subsys/net/lib/shell/filter.c index 59de20f588a..c8ff95c7852 100644 --- a/subsys/net/lib/shell/filter.c +++ b/subsys/net/lib/shell/filter.c @@ -89,7 +89,7 @@ static int cmd_net_filter(const struct shell *sh, size_t argc, char *argv[]) struct net_shell_user_data user_data; int count = 0; - PR("Rule %-10s Verdict Tests \n", "Type"); + PR("Rule %-10s Verdict Tests\n", "Type"); user_data.sh = sh; user_data.user_data = &count;