From: Liu Bo Date: Wed, 11 Jul 2012 07:26:19 +0000 (+0800) Subject: Btrfs: fix typo in convert_extent_bit X-Git-Tag: v3.6-rc1~118^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10983f2e8dc65d118371681548809109b570b63b;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Btrfs: fix typo in convert_extent_bit It should be convert_extent_bit. Signed-off-by: Liu Bo Signed-off-by: Jiri Kosina --- diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index c9018a0..97f6703 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -933,7 +933,8 @@ int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, int bits, /** - * convert_extent - convert all bits in a given range from one bit to another + * convert_extent_bit - convert all bits in a given range from one bit to + * another * @tree: the io tree to search * @start: the start offset in bytes * @end: the end offset in bytes (inclusive)