Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171255
b: refs/heads/master
c: 375bb0e
h: refs/heads/master
i:
  171253: 7c98dfe
  171251: afb12cc
  171247: 21073b0
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov committed Nov 6, 2009
1 parent 9ad06a5 commit 47d4619
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: 37eb0edc8488fccbf601ab3e7e582373ed2a631e
refs/heads/master: 375bb0e04b618d0c425b0ea492d16cf71eb94905
2 changes: 1 addition & 1 deletion trunk/net/ieee802154/wpan-class.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static ssize_t name ## _show(struct device *dev, \
int ret; \
\
mutex_lock(&phy->pib_lock); \
ret = sprintf(buf, format_string "\n", args); \
ret = snprintf(buf, PAGE_SIZE, format_string "\n", args); \
mutex_unlock(&phy->pib_lock); \
return ret; \
}
Expand Down

0 comments on commit 47d4619

Please sign in to comment.