[PATCH] rxrpc/conn_event: optimize the string

From: Li zeming
Date: Sun Jul 10 2022 - 21:52:52 EST


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

Signed-off-by: Li zeming <zeming@xxxxxxxxxxxx>
---
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