Re: [PATCH 1/1] net/dsa/dsa.c: remove null test before kfree

From: Bjørn Mork
Date: Sat Jun 21 2014 - 04:37:56 EST




On 20 June 2014 22:36:47 CEST, Fabian Frederick <fabf@xxxxxxxxx> wrote:
>Fix checkpatch warning:
>WARNING: kfree(NULL) is safe this check is probably not required

"probably not" implies that there are cases where the check *is* required. That means that your commit message should explain why this particular check is redundant.

I haven't analyzed your changes here, so they could be fine for all I know. My point is that such analysis is your job when submitting cleanups like this one.



BjÃrn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/