Skip to content

Commit

Permalink
wireless/libertas: remove trailing space in debugfs header
Browse files Browse the repository at this point in the history
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: libertas-dev@lists.infradead.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Frans Pop authored and John W. Linville committed Mar 31, 2010
1 parent cb01b09 commit 0e354fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 0e354fd

Please sign in to comment.