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

fs/9p: cleanup: opening brace at the beginning of the next line

parent eb497943
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
}