From: Randy Dunlap Date: Wed, 29 Mar 2006 21:58:25 +0000 (-0800) Subject: [DCCP]: Use NULL for pointers, comfort sparse. X-Git-Tag: v2.6.17-rc1~26^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68907dad58cd7ef11536e1db6baeb98b20af91b2;p=pandora-kernel.git [DCCP]: Use NULL for pointers, comfort sparse. From: Randy Dunlap Use NULL instead of 0 for pointers. Fix these sparse warnings: net/dccp/feat.c:207:20: warning: Using plain integer as NULL pointer net/dccp/feat.c:325:21: warning: Using plain integer as NULL pointer net/dccp/feat.c:526:20: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed