提交 71d561f0 编写于 作者: S Sascha Hauer 提交者: Richard Weinberger

ubifs: log: Some spelling fixes

- add missing article
- remove misplaced 'it'
- s/tress/trees
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 c7e593b3
...@@ -167,10 +167,10 @@ void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) ...@@ -167,10 +167,10 @@ void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud)
* @lnum: LEB number of the bud * @lnum: LEB number of the bud
* @offs: starting offset of the bud * @offs: starting offset of the bud
* *
* This function writes reference node for the new bud LEB @lnum it to the log, * This function writes a reference node for the new bud LEB @lnum to the log,
* and adds it to the buds tress. It also makes sure that log size does not * and adds it to the buds trees. It also makes sure that log size does not
* exceed the 'c->max_bud_bytes' limit. Returns zero in case of success, * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success,
* %-EAGAIN if commit is required, and a negative error codes in case of * %-EAGAIN if commit is required, and a negative error code in case of
* failure. * failure.
*/ */
int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册