Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79026
b: refs/heads/master
c: 125c5cc
h: refs/heads/master
v: v3
  • Loading branch information
Frank Lichtenheld authored and David S. Miller committed Jan 28, 2008
1 parent 31236c1 commit b1a84cc
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: 013978b688d2a27af3ab55ca739e8c8ac7254870
refs/heads/master: 125c5cc2c8c1fab6a6a1d8a07f7073b240e6d325
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43legacy/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static ssize_t b43legacy_debugfs_read(struct file *file, char __user *userbuf,
struct b43legacy_wldev *dev;
struct b43legacy_debugfs_fops *dfops;
struct b43legacy_dfs_file *dfile;
ssize_t ret = 0;
ssize_t uninitialized_var(ret);
char *buf;
const size_t bufsize = 1024 * 128;
const size_t buforder = get_order(bufsize);
Expand Down

0 comments on commit b1a84cc

Please sign in to comment.