Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194105
b: refs/heads/master
c: 0e354fd
h: refs/heads/master
i:
  194103: 3074aa6
v: v3
  • Loading branch information
Frans Pop authored and John W. Linville committed Mar 31, 2010
1 parent 8e4f8f8 commit f0ca647
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: cb01b09c6914ab04dc836941dc92a1dd42714e19
refs/heads/master: 0e354fd01e4513cea25d66e9c6d9e76f7228accc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static ssize_t lbs_getscantable(struct file *file, char __user *userbuf,
return -ENOMEM;

pos += snprintf(buf+pos, len-pos,
"# | ch | rssi | bssid | cap | Qual | SSID \n");
"# | ch | rssi | bssid | cap | Qual | SSID\n");

mutex_lock(&priv->lock);
list_for_each_entry (iter_bss, &priv->network_list, list) {
Expand Down

0 comments on commit f0ca647

Please sign in to comment.