Commit e4eeefba authored by Sohaib Mohamed's avatar Sohaib Mohamed Committed by Dominique Martinet

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.comSigned-off-by: default avatarSohaib Mohamed <sohaib.amhmd@gmail.com>
Signed-off-by: default avatarDominique Martinet <asmadeus@codewreck.org>
parent eb497943
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment