Hi Susanne, On Thu, Nov 12, 2009, Susanne Goldammer wrote: > Fixed. New patch attached. The patch looks good except for two more white-space issues: > +static gboolean option_runsdp = TRUE; > + > > static guint last_adapter_timeout = 0; No need to add another extra line here (in general there shouldn't be a need to have two consequtive empty lines almost anywhere in the source). > + if (option_runsdp == TRUE) It looks like this has an extra space at the end before the newline character. Additionally, could you please create a patch using git format-patch so that it can be applied using git am and you get proper credit for it (through the author field). Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html