diff options
Diffstat (limited to 'net/mac80211/debugfs.c')
| -rw-r--r-- | net/mac80211/debugfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index ced6bf3be8d6..1560c8482bcb 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c @@ -149,7 +149,7 @@ static ssize_t hwflags_read(struct file *file, char __user *user_buf,  	for (i = 0; i < NUM_IEEE80211_HW_FLAGS; i++) {  		if (test_bit(i, local->hw.flags)) -			pos += scnprintf(pos, end - pos, "%s", +			pos += scnprintf(pos, end - pos, "%s\n",  					 hw_flag_names[i]);  	}  | 
