diff options
| author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-11-27 17:39:03 -0200 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-29 13:09:50 -0600 |
| commit | 7484d799c9eb28bc895046c145b979ae834edc32 (patch) | |
| tree | 259f10aabd2647a84aa56ac5c5cfd82c3934902e /test/test-network-registration | |
| parent | d77999cc5954b2a38321a0fe7b692b60582c1c36 (diff) | |
| download | ofono-7484d799c9eb28bc895046c145b979ae834edc32.tar.bz2 | |
simfs: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)
// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@
- !E
+ E == NULL
// </smpl>
Diffstat (limited to 'test/test-network-registration')
0 files changed, 0 insertions, 0 deletions