diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-28 10:38:40 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-28 10:38:40 +0000 |
commit | ba255beb79afb9c00ae5b71821f84f911aa8d1fe (patch) | |
tree | 66707895eb4596df0e8054052f95f07560927e2f /hcid/dbus-hci.c | |
parent | d352bd04383f1c1a5ec17e267cb8d0ce70720519 (diff) |
Whitespace cleanup
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 1a21af4b..e5114517 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -1451,10 +1451,8 @@ void hcid_dbus_remote_name(bdaddr_t *local, bdaddr_t *peer, uint8_t status, g_slist_free(adapter->found_devices); adapter->found_devices = NULL; - /* - * The discovery completed signal must be sent only for discover - * devices request WITH name resolving - */ + /* The discovery completed signal must be sent only for discover + * devices request WITH name resolving */ if (adapter->discov_requestor) { name_listener_remove(connection, adapter->discov_requestor, (name_cb_t) discover_devices_req_exit, adapter); @@ -2016,11 +2014,8 @@ void discover_devices_req_exit(const char *name, struct adapter *adapter) { debug("DiscoverDevices requestor (%s) exited", name); - /* - * Cleanup the discovered devices list and send the command to - * cancel inquiry or cancel remote name request. The return - * can be ignored. - */ + /* Cleanup the discovered devices list and send the command to cancel + * inquiry or cancel remote name request. The return can be ignored. */ cancel_discovery(adapter); } @@ -2139,11 +2134,9 @@ void periodic_discover_req_exit(const char *name, struct adapter *adapter) { debug("PeriodicDiscovery requestor (%s) exited", name); - /* - * Cleanup the discovered devices list and send the cmd to exit from + /* Cleanup the discovered devices list and send the cmd to exit from * periodic inquiry or cancel remote name request. The return value can - * be ignored. - */ + * be ignored. */ cancel_periodic_discovery(adapter); } |