Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210216
b: refs/heads/master
c: 793f03a
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent be07f81 commit 0c11aad
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: 08a3b3b1c2e622e378d9086aee9e2e42ce37591d
refs/heads/master: 793f03aa7bda8f492e12ada3de711b4ad7f4d8d0
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/rndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ static struct proc_dir_entry *rndis_connect_state [RNDIS_MAX_CONFIGS];
#endif /* CONFIG_USB_GADGET_DEBUG_FILES */


int __init rndis_init (void)
int rndis_init(void)
{
u8 i;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/rndis.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ int rndis_signal_disconnect (int configNr);
int rndis_state (int configNr);
extern void rndis_set_host_mac (int configNr, const u8 *addr);

int __devinit rndis_init (void);
int rndis_init(void);
void rndis_exit (void);

#endif /* _LINUX_RNDIS_H */

0 comments on commit 0c11aad

Please sign in to comment.