Hi, On Thu, Nov 11, 2010, Vinicius Costa Gomes wrote: > The common code from adapter_update_found_devices() was moved to > update_found_devices(). > --- > src/adapter.c | 50 +++++++++++++++++++++++++++++++------------------- > 1 files changed, 31 insertions(+), 19 deletions(-) This one has also been pushed upstream after fixing the following coding style issue: > -void adapter_update_found_devices(struct btd_adapter *adapter, bdaddr_t *bdaddr, > - int8_t rssi, uint32_t class, const char *name, > - const char *alias, gboolean legacy, > - name_status_t name_status, uint8_t *eir_data) > +static struct remote_dev_info *get_found_dev(struct btd_adapter *adapter, > + const bdaddr_t *bdaddr, gboolean *new_dev) Same thing as with the previous patch: the parameters on the second line need to be indented past the opening ( on the first line. 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