From e4eeefbafc9dc237faf22f0f3dc5bdcb88ad9230 Mon Sep 17 00:00:00 2001 From: Sohaib Mohamed Date: Fri, 1 Oct 2021 08:24:54 +0200 Subject: [PATCH] fs/9p: cleanup: opening brace at the beginning of the next line Error found by checkpatch.pl Link: http://lkml.kernel.org/r/20211001062454.99205-1-sohaib.amhmd@gmail.com Signed-off-by: Sohaib Mohamed Signed-off-by: Dominique Martinet --- fs/9p/v9fs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index 2e0fa7c932db..cf5eacbf4e2f 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c @@ -520,7 +520,8 @@ void v9fs_session_close(struct v9fs_session_info *v9ses) * mark transport as disconnected and cancel all pending requests. */ -void v9fs_session_cancel(struct v9fs_session_info *v9ses) { +void v9fs_session_cancel(struct v9fs_session_info *v9ses) +{ p9_debug(P9_DEBUG_ERROR, "cancel session %p\n", v9ses); p9_client_disconnect(v9ses->clnt); } -- 2.11.0