linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/9p: cleanup: opening brace at the beginning of the next line
@ 2021-10-01  6:24 Sohaib Mohamed
  0 siblings, 0 replies; only message in thread
From: Sohaib Mohamed @ 2021-10-01  6:24 UTC (permalink / raw)
  Cc: Sohaib Mohamed, Eric Van Hensbergen, Latchesar Ionkov,
	Dominique Martinet, v9fs-developer, linux-kernel

Error found by checkpatch.pl

Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
---
 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 cdb99507ef33..694687effdfe 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -519,7 +519,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.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-01  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01  6:24 [PATCH] fs/9p: cleanup: opening brace at the beginning of the next line Sohaib Mohamed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).