Btrfs: convert printk to btrfs_ and fix BTRFS prefix
[deliverable/linux.git] / fs / btrfs / sysfs.c
index f25deb9c132c9f7e13f418a7ebfc53ad3717ec76..ba94b277e98d9f1205aba427a779c413dd2705ef 100644 (file)
@@ -374,7 +374,7 @@ static ssize_t btrfs_label_store(struct kobject *kobj,
        int ret;
 
        if (len >= BTRFS_LABEL_SIZE) {
-               pr_err("btrfs: unable to set label with more than %d bytes\n",
+               pr_err("BTRFS: unable to set label with more than %d bytes\n",
                       BTRFS_LABEL_SIZE - 1);
                return -EINVAL;
        }
This page took 0.025073 seconds and 5 git commands to generate.