Skip to content

Commit 71d561f

Browse files
saschahauerrichardweinberger
authored andcommitted
ubifs: log: Some spelling fixes
- add missing article - remove misplaced 'it' - s/tress/trees Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent c7e593b commit 71d561f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/ubifs/log.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud)
167167
* @lnum: LEB number of the bud
168168
* @offs: starting offset of the bud
169169
*
170-
* This function writes reference node for the new bud LEB @lnum it to the log,
171-
* and adds it to the buds tress. It also makes sure that log size does not
170+
* This function writes a reference node for the new bud LEB @lnum to the log,
171+
* and adds it to the buds trees. It also makes sure that log size does not
172172
* exceed the 'c->max_bud_bytes' limit. Returns zero in case of success,
173-
* %-EAGAIN if commit is required, and a negative error codes in case of
173+
* %-EAGAIN if commit is required, and a negative error code in case of
174174
* failure.
175175
*/
176176
int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs)

0 commit comments

Comments
 (0)