lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 11 Jul 2022 09:52:27 +0800
From:   Li zeming <zeming@...china.com>
To:     dhowells@...hat.com, marc.dionne@...istor.com, davem@...emloft.net,
        edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Cc:     linux-afs@...ts.infradead.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org, kernel@...china.com,
        Li zeming <zeming@...china.com>
Subject: [PATCH] rxrpc/conn_event: optimize the string

I think the comma in this string can be removed, so that the output
information is more standardized.

Signed-off-by: Li zeming <zeming@...china.com>
---
 net/rxrpc/conn_event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rxrpc/conn_event.c b/net/rxrpc/conn_event.c
index aab069701398..69b47411ddd0 100644
--- a/net/rxrpc/conn_event.c
+++ b/net/rxrpc/conn_event.c
@@ -197,7 +197,7 @@ static int rxrpc_abort_connection(struct rxrpc_connection *conn,
 	u32 serial;
 	int ret;
 
-	_enter("%d,,%u,%u", conn->debug_id, error, abort_code);
+	_enter("%d,%u,%u", conn->debug_id, error, abort_code);
 
 	/* generate a connection-level abort */
 	spin_lock_bh(&conn->state_lock);
-- 
2.18.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ