Skip to content

Commit

Permalink
UBIFS: kernel-doc warning fix
Browse files Browse the repository at this point in the history
s/data/timer

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
Fabian Frederick authored and dedekind committed Jul 19, 2014
1 parent e8c235b commit 39274a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ubifs/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last)

/**
* wbuf_timer_callback - write-buffer timer callback function.
* @data: timer data (write-buffer descriptor)
* @timer: timer data (write-buffer descriptor)
*
* This function is called when the write-buffer timer expires.
*/
Expand Down

0 comments on commit 39274a1

Please sign in to comment.