Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213974
b: refs/heads/master
c: 422f8d1
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Klute authored and John W. Linville committed Aug 16, 2010
1 parent dc8953a commit da1b09f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1699b75a1db31a1da2f0fc610ee696d02a19280
refs/heads/master: 422f8d19d68d0530dfd37be97bac431ca7435e69
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/libertas_tf/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* @param urb pointer to urb structure
* @param urb pointer to urb structure
*/
static void if_usb_write_bulk_callback(struct urb *urb)
{
Expand Down Expand Up @@ -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, "Bulk out size is %d\n",
cardp->ep_out_size);
cardp->ep_out_size);
}
}
if (!cardp->ep_out_size || !cardp->ep_in_size) {
Expand Down Expand Up @@ -367,7 +367,7 @@ EXPORT_SYMBOL_GPL(if_usb_reset_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
* @nb data length
* @data non-zero for data, zero for commands
Expand Down Expand Up @@ -689,7 +689,7 @@ static void if_usb_receive(struct urb *urb)
}
default:
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);
break;
}
Expand Down

0 comments on commit da1b09f

Please sign in to comment.