Btrfs: convert printk to btrfs_ and fix BTRFS prefix
[deliverable/linux.git] / fs / btrfs / print-tree.c
index 417053b171817742e64e53e579d1daf8c1a9b7cc..4eed002b7cf66ec9eeb81cba380f96f647750e4f 100644 (file)
@@ -154,7 +154,7 @@ static void print_uuid_item(struct extent_buffer *l, unsigned long offset,
                            u32 item_size)
 {
        if (!IS_ALIGNED(item_size, sizeof(u64))) {
-               pr_warn("btrfs: uuid item with illegal size %lu!\n",
+               pr_warn("BTRFS: uuid item with illegal size %lu!\n",
                        (unsigned long)item_size);
                return;
        }
This page took 0.048321 seconds and 5 git commands to generate.