diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-11-27 17:38:59 -0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-29 11:59:07 -0600 |
commit | 00cdf2b427a788492baeb0e29b9063a36ef1effe (patch) | |
tree | 20f429ba4ccafd25d2b3285104b7c694e08744b2 /doc/cdma-network-api.txt | |
parent | 86aae128d3f1de48cba40a6bc94dd837e17eb322 (diff) | |
download | ofono-00cdf2b427a788492baeb0e29b9063a36ef1effe.tar.bz2 |
examples: 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 'doc/cdma-network-api.txt')
0 files changed, 0 insertions, 0 deletions