Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289132
b: refs/heads/master
c: 72a474b
h: refs/heads/master
v: v3
  • Loading branch information
Hitoshi NAKAMORI authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 6515603 commit f645137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ac399bc0f40a9d578bc31e0e5e31814dd1083e68
refs/heads/master: 72a474b8cdac7e316f5299b0edf2d82f86d92829
2 changes: 1 addition & 1 deletion trunk/drivers/staging/frontier/alphatrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ static int usb_alphatrack_release(struct inode *inode, struct file *file)
/**
* usb_alphatrack_poll
*/
static unsigned int usb_alphatrack_poll(struct file *file, poll_table * wait)
static unsigned int usb_alphatrack_poll(struct file *file, poll_table *wait)
{
struct usb_alphatrack *dev;
unsigned int mask = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/frontier/tranzport.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ static int usb_tranzport_release(struct inode *inode, struct file *file)
/**
* usb_tranzport_poll
*/
static unsigned int usb_tranzport_poll(struct file *file, poll_table * wait)
static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait)
{
struct usb_tranzport *dev;
unsigned int mask = 0;
Expand Down

0 comments on commit f645137

Please sign in to comment.