Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376035
b: refs/heads/master
c: 705a421
h: refs/heads/master
i:
  376033: d114251
  376031: 4ab5311
v: v3
  • Loading branch information
Denis Efremov authored and Greg Kroah-Hartman committed May 13, 2013
1 parent ad82b21 commit b45cd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e9166139f6f829c2e7bf6695f13e08d09303d6ca
refs/heads/master: 705a421238964e26f13a87d01cefa229eb8a458d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec,
*
* Free the given message
*/
inline void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg)
void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg)
{
if (msg != &nvec->tx_scratch)
dev_vdbg(nvec->dev, "INFO: Free %ti\n", msg - nvec->msg_pool);
Expand Down

0 comments on commit b45cd96

Please sign in to comment.