Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353993
b: refs/heads/master
c: 8473f65
h: refs/heads/master
i:
  353991: ec13f38
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent d6179c5 commit 34917f8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b5b384b7277aa01b839850fb4092fd247c2bae98
refs/heads/master: 8473f6544ec84135ce1f4eb8a3f7144a53fe70bb
5 changes: 3 additions & 2 deletions trunk/drivers/staging/vt6655/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -881,8 +881,9 @@ inline static bool device_get_ip(PSDevice pInfo) {



static inline PDEVICE_RD_INFO alloc_rd_info(void) {
return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC);
static inline PDEVICE_RD_INFO alloc_rd_info(void)
{
return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC);
}

static inline PDEVICE_TD_INFO alloc_td_info(void) {
Expand Down

0 comments on commit 34917f8

Please sign in to comment.