Re: [Outreachy kernel] [PATCH] ipc: mqueue.c: avoid NULL comparison

From: Greg KH
Date: Mon Mar 30 2020 - 06:46:49 EST


On Mon, Mar 30, 2020 at 04:08:26PM +0530, Payal Kshirsagar wrote:
> Change suggested by coccinelle.
> Avoid NULL comparison, compare using boolean negation.
>
> Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@xxxxxxxxx>
> ---
> ipc/mqueue.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

I can not take any outreachy patches made outside of drivers/staging,
sorry.

So consider this, and your other patch, dropped, sorry.

greg k-h