Home
last modified time | relevance | path

Searched hist:"68907 dad58cd7ef11536e1db6baeb98b20af91b2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dccp/
H A Dfeat.cdiff 68907dad58cd7ef11536e1db6baeb98b20af91b2 Wed Mar 29 15:58:25 CST 2006 Randy Dunlap <rdunlap@xenotime.net> [DCCP]: Use NULL for pointers, comfort sparse.

From: Randy Dunlap <rdunlap@xenotime.net>

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 <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>