mbox series

[v1,0/2] cleanup

Message ID 20240902062134.136387-1-anuj20.g@samsung.com (mailing list archive)
Headers show
Series cleanup | expand

Message

Anuj Gupta Sept. 2, 2024, 6:21 a.m. UTC
Two cleanups
First patch adds a new line after variable declaration.
Second patch removes a unused declaration.

Anuj Gupta (2):
  io_uring: add new line after variable declaration
  io_uring: remove unused rsrc_put_fn

 io_uring/eventfd.c | 1 +
 io_uring/rsrc.h    | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Jens Axboe Sept. 2, 2024, 3:40 p.m. UTC | #1
On Mon, 02 Sep 2024 11:51:32 +0530, Anuj Gupta wrote:
> Two cleanups
> First patch adds a new line after variable declaration.
> Second patch removes a unused declaration.
> 
> Anuj Gupta (2):
>   io_uring: add new line after variable declaration
>   io_uring: remove unused rsrc_put_fn
> 
> [...]

Applied, thanks!

[1/2] io_uring: add new line after variable declaration
      commit: 6cf52b42c4efa4d064d19064fd2313ca4aaf9569
[2/2] io_uring: remove unused rsrc_put_fn
      commit: c9f9ce65c2436879779d39c6e65b95c74a206e49

Best regards,