diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-31 19:16:32 +0400 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2012-12-13 02:15:17 +0400 |
commit | d1423248734df6d9aff769abffd675dc034e0601 (patch) | |
tree | 39cfb3654b02da56d810a7af324b64200c17e297 /fs/btrfs/volumes.c | |
parent | 0253f40ef9a709a1af39ce38b1d998af090f8127 (diff) | |
download | linux-d1423248734df6d9aff769abffd675dc034e0601.tar.xz |
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 'fs/btrfs/volumes.c')
-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); |