Commit 0e354fd0 authored by Frans Pop's avatar Frans Pop Committed by John W. Linville

wireless/libertas: remove trailing space in debugfs header

Signed-off-by: default avatarFrans Pop <elendil@planet.nl>
Cc: libertas-dev@lists.infradead.org
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent cb01b09c
...@@ -74,7 +74,7 @@ static ssize_t lbs_getscantable(struct file *file, char __user *userbuf, ...@@ -74,7 +74,7 @@ static ssize_t lbs_getscantable(struct file *file, char __user *userbuf,
return -ENOMEM; return -ENOMEM;
pos += snprintf(buf+pos, len-pos, pos += snprintf(buf+pos, len-pos,
"# | ch | rssi | bssid | cap | Qual | SSID \n"); "# | ch | rssi | bssid | cap | Qual | SSID\n");
mutex_lock(&priv->lock); mutex_lock(&priv->lock);
list_for_each_entry (iter_bss, &priv->network_list, list) { list_for_each_entry (iter_bss, &priv->network_list, list) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment