Skip to content

Commit d9e3f82

Browse files
committed
fscache: Fix some kerneldoc warnings shown up by W=1
Fix some kerneldoc warnings in the fscache driver that are shown up by W=1. Signed-off-by: David Howells <[email protected]> Reviewed-by: Jeff Layton <[email protected]> cc: Mauro Carvalho Chehab <[email protected]> cc: [email protected] cc: [email protected] Link: https://lore.kernel.org/r/163214005516.2945267.7000234432243167892.stgit@warthog.procyon.org.uk/ # rfc v1 Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@warthog.procyon.org.uk/ # rfc v2
1 parent bc86803 commit d9e3f82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

fs/fscache/object.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ static void fscache_dequeue_object(struct fscache_object *object)
907907
* @object: The object to ask about
908908
* @data: The auxiliary data for the object
909909
* @datalen: The size of the auxiliary data
910+
* @object_size: The size of the object according to the server.
910911
*
911912
* This function consults the netfs about the coherency state of an object.
912913
* The caller must be holding a ref on cookie->n_active (held by

fs/fscache/operation.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ static void fscache_operation_dummy_cancel(struct fscache_operation *op)
2222

2323
/**
2424
* fscache_operation_init - Do basic initialisation of an operation
25+
* @cookie: The cookie to operate on
2526
* @op: The operation to initialise
27+
* @processor: The function to perform the operation
28+
* @cancel: A function to handle operation cancellation
2629
* @release: The release function to assign
2730
*
2831
* Do basic initialisation of an operation. The caller must still set flags,

0 commit comments

Comments
 (0)