Hi Johan, On Fri, May 29, 2009 at 7:13 PM, alok barsode wrote: > Hi Johan, > > On Fri, May 29, 2009 at 6:50 PM, Johan Hedberg wrote: >> Hi Alok, >> >> One minor comment: >> >> On Fri, May 29, 2009, alokbarsode@gmail.com wrote: >>> +static int hciops_start_discovery(int index, gboolean periodic) >>> +{ >>> +     inquiry_cp inq_cp; >>> +     periodic_inquiry_cp cp; >> >> Put these two variables into the if-else statement since that's the only >> place where they are used. Otherwise the patch looks pretty good. > Done. attaching the modified patch. Attaching corrected patch. fixed a whitespace and removed the stop_discovery declaration. > >> >> Johan Alok.