commit | 68907dad58cd7ef11536e1db6baeb98b20af91b2 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Wed Mar 29 13:58:25 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 29 13:58:25 2006 -0800 |
tree | 721ab4db9371e2ea3925244227daa4ab25f12aca | |
parent | 6a57b2ee4506bb8a3d2f7ba2f62ff65ec56ba150 [diff] |
[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>