]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
btrfs-use-printk_get_level-and-printk_skip_level-add-__printf-fix-fallout-fix
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 21 Jul 2012 00:54:43 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:53:13 +0000 (13:53 +1000)
whitespace tweak.  checkpatch bug ;)

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/btrfs/super.c

index 185c926829590bd85636f76f63a7bdf5fbbe15a5..d64a735523144d6bea01e26573c568b53f25f259 100644 (file)
@@ -192,7 +192,7 @@ void btrfs_printk(struct btrfs_fs_info *fs_info, const char *fmt, ...)
 
        kern_level = printk_get_level(fmt);
        if (kern_level) {
-               size_t size = printk_skip_level(fmt)  - fmt;
+               size_t size = printk_skip_level(fmt) - fmt;
                memcpy(lvl, fmt,  size);
                lvl[size] = '\0';
                fmt += size;