Skip to content

Commit 6cf52b4

Browse files
Anuj Guptaaxboe
authored andcommitted
io_uring: add new line after variable declaration
Fixes checkpatch warning Signed-off-by: Anuj Gupta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 1802656 commit 6cf52b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io_uring/eventfd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ int io_eventfd_register(struct io_ring_ctx *ctx, void __user *arg,
126126
ev_fd->cq_ev_fd = eventfd_ctx_fdget(fd);
127127
if (IS_ERR(ev_fd->cq_ev_fd)) {
128128
int ret = PTR_ERR(ev_fd->cq_ev_fd);
129+
129130
kfree(ev_fd);
130131
return ret;
131132
}

0 commit comments

Comments
 (0)