Re: [PATCH] net: netfilter: Replace explicit NULL comparisons

From: Jan Engelhardt
Date: Sat Apr 08 2017 - 14:22:13 EST


On Saturday 2017-04-08 19:21, Arushi Singhal wrote:

>Replace explicit NULL comparison with ! operator to simplify code.

I still wouldn't do this, for the same reason as before. Comparing to
NULL explicitly more or less gave an extra guarantee that the other
operand was also a pointer.