Skip to content

Commit e4eeefb

Browse files
smalinuxmartinetd
authored andcommitted
fs/9p: cleanup: opening brace at the beginning of the next line
Error found by checkpatch.pl Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sohaib Mohamed <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent eb49794 commit e4eeefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/9p/v9fs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ void v9fs_session_close(struct v9fs_session_info *v9ses)
520520
* mark transport as disconnected and cancel all pending requests.
521521
*/
522522

523-
void v9fs_session_cancel(struct v9fs_session_info *v9ses) {
523+
void v9fs_session_cancel(struct v9fs_session_info *v9ses)
524+
{
524525
p9_debug(P9_DEBUG_ERROR, "cancel session %p\n", v9ses);
525526
p9_client_disconnect(v9ses->clnt);
526527
}

0 commit comments

Comments
 (0)