Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

btrfs: fix comment typo in btrfs_finish_ordered_io

Fix typo errors in comments of btrfs_finish_ordered_io.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Liu Bo and committed by
Jiri Kosina
8bad3c02 59e13d48

+2 -2
+2 -2
fs/btrfs/inode.c
··· 1969 1969 ordered_extent->len - 1, NULL, GFP_NOFS); 1970 1970 1971 1971 /* 1972 - * This needs to be dont to make sure anybody waiting knows we are done 1973 - * upating everything for this ordered extent. 1972 + * This needs to be done to make sure anybody waiting knows we are done 1973 + * updating everything for this ordered extent. 1974 1974 */ 1975 1975 btrfs_remove_ordered_extent(inode, ordered_extent); 1976 1976