Hi Lucas, On 11/27/2010 01:39 PM, Lucas De Marchi wrote: > 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> > --- > gatchat/gatchat.c | 46 +++++++++++++++++++++++----------------------- > gatchat/gathdlc.c | 8 ++++---- > gatchat/gatio.c | 4 ++-- > gatchat/gatmux.c | 6 +++--- > gatchat/gatppp.c | 4 ++-- > gatchat/gatresult.c | 44 ++++++++++++++++++++++---------------------- > gatchat/gatserver.c | 16 ++++++++-------- > gatchat/gatutil.c | 6 +++--- > gatchat/gsmdial.c | 2 +- > gatchat/ppp_auth.c | 6 +++--- > gatchat/ppp_cp.c | 4 ++-- > gatchat/ppp_ipcp.c | 4 ++-- > gatchat/ppp_lcp.c | 6 +++--- > gatchat/ringbuffer.c | 14 +++++++------- > gatchat/test-qcdm.c | 6 +++--- > gatchat/test-server.c | 18 +++++++++--------- > 16 files changed, 97 insertions(+), 97 deletions(-) >
Patch has been applied, thanks. Regards, -Denis _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
