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

UBIFS: fix a typo in comment of ubifs_budget_req

s/now/how

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Reviewed-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

authored by

Dongsheng Yang and committed by
Richard Weinberger
7d25b361 bbc8a004

+2 -2
+2 -2
fs/ubifs/ubifs.h
··· 858 858 * @mod_dent: non-zero if the operation removes or modifies an existing 859 859 * directory entry 860 860 * @new_ino: non-zero if the operation adds a new inode 861 - * @new_ino_d: now much data newly created inode contains 861 + * @new_ino_d: how much data newly created inode contains 862 862 * @dirtied_ino: how many inodes the operation makes dirty 863 - * @dirtied_ino_d: now much data dirtied inode contains 863 + * @dirtied_ino_d: how much data dirtied inode contains 864 864 * @idx_growth: how much the index will supposedly grow 865 865 * @data_growth: how much new data the operation will supposedly add 866 866 * @dd_growth: how much data that makes other data dirty the operation will