diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-31 16:16:32 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-01 09:48:04 +0100 |
commit | 926ccfef82413623ae0e5c3a32d0cad2b9f33e96 (patch) | |
tree | 3daf6b8e879e047496b1d1c720470f798fa5bae3 /fs/btrfs/volumes.c | |
parent | btrfs: unpin_extent_cache: fix the typo and unnecessary arguements (diff) | |
download | linux-926ccfef82413623ae0e5c3a32d0cad2b9f33e96.tar.xz linux-926ccfef82413623ae0e5c3a32d0cad2b9f33e96.zip |
Btrfs: Fix printk and variable name
Correct spelling typo in btrfs.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 0f5ebb72a5ea..e3c6ee3cc2ba 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -4294,7 +4294,7 @@ int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio, 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); |