Skip to content

Commit

Permalink
fscache: fix missing kerneldoc annotation
Browse files Browse the repository at this point in the history
.. and make kerneldoc scripts happy.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Suresh Jayaraman authored and Jiri Kosina committed Jul 11, 2010
1 parent ab0cfb9 commit 49a3df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/fscache.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ int fscache_read_or_alloc_page(struct fscache_cookie *cookie,
* @cookie: The cookie representing the cache object
* @mapping: The netfs inode mapping to which the pages will be attached
* @pages: A list of potential netfs pages to be filled
* @nr_pages: Number of pages to be read and/or allocated
* @end_io_func: The callback to invoke when and if each page is filled
* @context: An arbitrary piece of data to pass on to end_io_func()
* @gfp: The conditions under which memory allocation should be made
Expand Down

0 comments on commit 49a3df8

Please sign in to comment.