On Mon, 17 Jun 2024 19:27:08 +0300 Daniil Dulov wrote: > if (ret < 0) { > - WARN_ON(1); > return ERR_PTR(ret); > } nit: the brackets are no longer necessary, then
On Mon, 17 Jun 2024 19:27:08 +0300 Daniil Dulov wrote: > if (ret < 0) { > - WARN_ON(1); > return ERR_PTR(ret); > } nit: the brackets are no longer necessary, then