]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs, notify: add missing space after prefix
authorCyrill Gorcunov <gorcunov@openvz.org>
Thu, 29 Nov 2012 03:19:20 +0000 (14:19 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:58 +0000 (16:23 +1100)
While being prepared the first series I occasionally left "inotify-wd"
token not updated.  This patch fixes it and bring space between prefix and
the rest of line back.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Pavel Emelyanov <xemul@parallels.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andrey Vagin <avagin@openvz.org>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: James Bottomley <jbottomley@parallels.com>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Matthew Helsley <matt.helsley@gmail.com>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@onelan.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/notify/fdinfo.c

index 6f94c3dc54d2df23c4e79608b9e60cc4010a5b42..b80d7d80fdff34a8c4537c5352ce741da94593f9 100644 (file)
@@ -86,7 +86,7 @@ static int inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark)
        inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark);
        inode = igrab(mark->i.inode);
        if (inode) {
-               ret = seq_printf(m, "inotify-wd:%x ino:%lx sdev:%x "
+               ret = seq_printf(m, "inotify wd:%x ino:%lx sdev:%x "
                                 "mask:%x ignored_mask:%x ",
                                 inode_mark->wd, inode->i_ino,
                                 inode->i_sb->s_dev,