On Wednesday 2017-03-29 11:15, SIMRAN SINGHAL wrote: >>>>>> dest = kzalloc(sizeof(struct ip_vs_dest), GFP_KERNEL); >>>>>>- if (dest == NULL) >>>>>>+ if (!dest) >>>>>> return -ENOMEM; > >But, according to me we should prefer !var over ( var ==NULL ) according to the >coding style Where does it say that? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html