Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184958
b: refs/heads/master
c: cdb8e43
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Chiang authored and Roland Dreier committed Feb 24, 2010
1 parent 98bb8eb commit 12802e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: daa913580e1a927aaf54f02ecfdf59c7b6bc2f6e
refs/heads/master: cdb8e43889a5d21ce706f5a93d3e1c9940cde1dc
6 changes: 3 additions & 3 deletions trunk/drivers/infiniband/core/ucm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,10 +1223,10 @@ static void ib_ucm_release_dev(struct device *dev)
}

static const struct file_operations ucm_fops = {
.owner = THIS_MODULE,
.open = ib_ucm_open,
.owner = THIS_MODULE,
.open = ib_ucm_open,
.release = ib_ucm_close,
.write = ib_ucm_write,
.write = ib_ucm_write,
.poll = ib_ucm_poll,
};

Expand Down

0 comments on commit 12802e0

Please sign in to comment.