]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/mac80211/debugfs.c
Merge remote-tracking branch 'ipsec/master'
[karo-tx-linux.git] / net / mac80211 / debugfs.c
index 3636b45440ab40ecc3c618a916b1305bacfe1bc7..4d2aaebd4f97d8692758263e3d9759d4300abdb6 100644 (file)
@@ -151,7 +151,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]);
        }