Hi Paul,

> Removed whitespace
> 
> Signed-off-by: Paul McQuade <paulmcq...@gmail.com>
> ---
> drivers/bluetooth/bfusb.c     | 2 +-
> drivers/bluetooth/btuart_cs.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c
> index ab090a313a5f..0d5b403fe431 100644
> --- a/drivers/bluetooth/bfusb.c
> +++ b/drivers/bluetooth/bfusb.c
> @@ -148,7 +148,7 @@ static int bfusb_send_bulk(struct bfusb_data *data, 
> struct sk_buff *skb)
> 
>       err = usb_submit_urb(urb, GFP_ATOMIC);
>       if (err) {
> -             BT_ERR("%s bulk tx submit failed urb %p err %d", 
> +             BT_ERR("%s bulk tx submit failed urb %p err %d",
>                                       data->hdev->name, urb, err);
>               skb_unlink(skb, &data->pending_q);
>               usb_free_urb(urb);
> diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c
> index 310e9c2e09b6..8dce5bfad947 100644
> --- a/drivers/bluetooth/btuart_cs.c
> +++ b/drivers/bluetooth/btuart_cs.c
> @@ -365,10 +365,10 @@ static void btuart_change_speed(struct btuart_info 
> *info,
> 
>       fcr = UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT;
> 
> -     /* 
> +     /*
>        * Use trigger level 1 to avoid 3 ms. timeout delay at 9600 bps, and
>        * almost 1,7 ms at 19200 bps. At speeds above that we can just forget
> -      * about this timeout since it will always be fast enough. 
> +      * about this timeout since it will always be fast enough.
>        */

drop the btuart_cs. change since I will be removing that driver. It is not 
bound to any hardware anyway and thus just some legacy that has been left 
around.

Regards

Marcel

Reply via email to