Skip to content

Commit

Permalink
fs/9p: cleanup: opening brace at the beginning of the next line
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
smalinux authored and martinetd committed Nov 3, 2021
1 parent eb49794 commit e4eeefb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/9p/v9fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e4eeefb

Please sign in to comment.