Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb149f99 authored by Dongsheng Yang's avatar Dongsheng Yang Committed by Nikhilesh Reddy
Browse files

UBIFS: fix a typo in comment of ubifs_budget_req



s/now/how

CRs-Fixed: 975289
Change-Id: I485d59980381e9e33515779fcb68d860c8b95800
Signed-off-by: default avatarDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Reviewed-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Git-commit: 7d25b361a2d3e8a9dcaf463d92285d58dedc74ab
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent 55e6787e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -858,9 +858,9 @@ struct ubifs_compressor {
 * @mod_dent: non-zero if the operation removes or modifies an existing
 *            directory entry
 * @new_ino: non-zero if the operation adds a new inode
 * @new_ino_d: now much data newly created inode contains
 * @new_ino_d: how much data newly created inode contains
 * @dirtied_ino: how many inodes the operation makes dirty
 * @dirtied_ino_d: now much data dirtied inode contains
 * @dirtied_ino_d: how much data dirtied inode contains
 * @idx_growth: how much the index will supposedly grow
 * @data_growth: how much new data the operation will supposedly add
 * @dd_growth: how much data that makes other data dirty the operation will