mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
libertas_tf: if_usb.c: Whitespace cleanup
Signed-off-by: Thomas Klute <thomas2.klute@uni-dortmund.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a1699b75a1
commit
422f8d19d6
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ static int if_usb_reset_device(struct if_usb_card *cardp);
|
||||||
/**
|
/**
|
||||||
* if_usb_wrike_bulk_callback - call back to handle URB status
|
* if_usb_wrike_bulk_callback - call back to handle URB status
|
||||||
*
|
*
|
||||||
* @param urb pointer to urb structure
|
* @param urb pointer to urb structure
|
||||||
*/
|
*/
|
||||||
static void if_usb_write_bulk_callback(struct urb *urb)
|
static void if_usb_write_bulk_callback(struct urb *urb)
|
||||||
{
|
{
|
||||||
|
@ -187,7 +187,7 @@ static int if_usb_probe(struct usb_interface *intf,
|
||||||
|
|
||||||
lbtf_deb_usbd(&udev->dev, "out_endpoint = %d\n", cardp->ep_out);
|
lbtf_deb_usbd(&udev->dev, "out_endpoint = %d\n", cardp->ep_out);
|
||||||
lbtf_deb_usbd(&udev->dev, "Bulk out size is %d\n",
|
lbtf_deb_usbd(&udev->dev, "Bulk out size is %d\n",
|
||||||
cardp->ep_out_size);
|
cardp->ep_out_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!cardp->ep_out_size || !cardp->ep_in_size) {
|
if (!cardp->ep_out_size || !cardp->ep_in_size) {
|
||||||
|
@ -367,7 +367,7 @@ EXPORT_SYMBOL_GPL(if_usb_reset_device);
|
||||||
/**
|
/**
|
||||||
* usb_tx_block - transfer data to the device
|
* usb_tx_block - transfer data to the device
|
||||||
*
|
*
|
||||||
* @priv pointer to struct lbtf_private
|
* @priv pointer to struct lbtf_private
|
||||||
* @payload pointer to payload data
|
* @payload pointer to payload data
|
||||||
* @nb data length
|
* @nb data length
|
||||||
* @data non-zero for data, zero for commands
|
* @data non-zero for data, zero for commands
|
||||||
|
@ -689,7 +689,7 @@ static void if_usb_receive(struct urb *urb)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
lbtf_deb_usbd(&cardp->udev->dev,
|
lbtf_deb_usbd(&cardp->udev->dev,
|
||||||
"libertastf: unknown command type 0x%X\n", recvtype);
|
"libertastf: unknown command type 0x%X\n", recvtype);
|
||||||
kfree_skb(skb);
|
kfree_skb(skb);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue