Hi Lucas,

> 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>
> ---
>  gdbus/object.c |   24 ++++++++++++------------
>  gdbus/polkit.c |    2 +-
>  gdbus/watch.c  |   21 ++++++++++-----------
>  3 files changed, 23 insertions(+), 24 deletions(-)

patch has been applied to all projects.

Regards

Marcel


_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to