[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220711015227.2871-1-zeming@nfschina.com>
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