]> git.hungrycats.org Git - linux/commitdiff
zygo: printk does not supply newlines
authorZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 18 Apr 2015 23:58:54 +0000 (19:58 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 18 Apr 2015 23:58:54 +0000 (19:58 -0400)
fs/btrfs/compression.h
fs/btrfs/ctree.h
fs/btrfs/volumes.h

index 9531b9ebddda4a255f88f6bdb46e0ee667b19f71..bd5b6544cf24b1cd037f9bab2e8769cad2b1e4b5 100644 (file)
@@ -82,7 +82,7 @@ extern const struct btrfs_compress_op btrfs_lzo_compress;
 
 #ifndef EIEIO
 static inline int eieio(const char *file, int line, const char *function) {
-       printk("EIO calculated at %s:%d in %s", file, line, function);
+       printk("EIO calculated at %s:%d in %s\n", file, line, function);
        return EIO;
 }
 #define EIEIO (eieio(__FILE__, __LINE__, __FUNCTION__))
index 13a24dce003784b81b29e77224a517da5a44ed5e..2fdb6bce66b33ac69d82d3213c7f839086bf157b 100644 (file)
@@ -4145,7 +4145,7 @@ static inline int btrfs_test_is_dummy_root(struct btrfs_root *root)
 
 #ifndef EIEIO
 static inline int eieio(const char *file, int line, const char *function) {
-       printk("EIO calculated at %s:%d in %s", file, line, function);
+       printk("EIO calculated at %s:%d in %s\n", file, line, function);
        return EIO;
 }
 #define EIEIO (eieio(__FILE__, __LINE__, __FUNCTION__))
index b824e1caea27cc3884958edb735a6c6c29bf3e2f..c346667d412c7afc7f51b0eb48c1ded774c3f4c3 100644 (file)
@@ -515,7 +515,7 @@ void btrfs_update_commit_device_bytes_used(struct btrfs_root *root,
 
 #ifndef EIEIO
 static inline int eieio(const char *file, int line, const char *function) {
-       printk("EIO calculated at %s:%d in %s", file, line, function);
+       printk("EIO calculated at %s:%d in %s\n", file, line, function);
        return EIO;
 }
 #define EIEIO (eieio(__FILE__, __LINE__, __FUNCTION__))