Re: [PATCH] android/main: Call unregister for all registered services on exit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andrei,

On Fri, Nov 29, 2013, Andrei Emeltchenko wrote:
> ---
>  android/main.c | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
> 
> diff --git a/android/main.c b/android/main.c
> index 2879bbf..2a9348b 100644
> --- a/android/main.c
> +++ b/android/main.c
> @@ -493,6 +493,38 @@ static void cleanup_hal_connection(void)
>  	ipc_cleanup();
>  }
>  
> +static void cleanup_services(void)
> +{
> +	int i;
> +
> +	DBG("");
> +
> +	for (i=HAL_SERVICE_ID_BLUETOOTH; i < HAL_SERVICE_ID_MAX; i++) {

You've got coding style issues here: there should be a space before and
after '='. Since this trivial thing was the only issue I saw with the
patch I fixed it up myself and applied it.

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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux