[PATCH] rxrpc/conn_event: optimize the string

Li zeming zeming at nfschina.com
Sun Jul 10 18:52:27 PDT 2022


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

Signed-off-by: Li zeming <zeming at nfschina.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




More information about the linux-afs mailing list