diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-31 16:16:32 +0100 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2012-12-12 23:15:17 +0100 |
commit | d1423248734df6d9aff769abffd675dc034e0601 (patch) | |
tree | 39cfb3654b02da56d810a7af324b64200c17e297 /fs/btrfs/volumes.c | |
parent | Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() (diff) | |
download | linux-d1423248734df6d9aff769abffd675dc034e0601.tar.xz linux-d1423248734df6d9aff769abffd675dc034e0601.zip |
Btrfs: Fix typo in fs/btrfs
Correct spelling typo in btrfs.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to '')
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 32a88428f6da..eeed97d19dee 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -4261,7 +4261,7 @@ static void submit_stripe_bio(struct btrfs_root *root, struct btrfs_bio *bbio, rcu_read_lock(); name = rcu_dereference(dev->name); - pr_debug("btrfs_map_bio: rw %d, secor=%llu, dev=%lu " + pr_debug("btrfs_map_bio: rw %d, sector=%llu, dev=%lu " "(%s id %llu), size=%u\n", rw, (u64)bio->bi_sector, (u_long)dev->bdev->bd_dev, name->str, dev->devid, bio->bi_size); |