Skip to content

Commit

Permalink
fscache: Fix some kerneldoc warnings shown up by W=1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhowells committed Oct 4, 2021
1 parent bc86803 commit d9e3f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions fs/fscache/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ static void fscache_dequeue_object(struct fscache_object *object)
* @object: The object to ask about
* @data: The auxiliary data for the object
* @datalen: The size of the auxiliary data
* @object_size: The size of the object according to the server.
*
* This function consults the netfs about the coherency state of an object.
* The caller must be holding a ref on cookie->n_active (held by
Expand Down
3 changes: 3 additions & 0 deletions fs/fscache/operation.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ static void fscache_operation_dummy_cancel(struct fscache_operation *op)

/**
* fscache_operation_init - Do basic initialisation of an operation
* @cookie: The cookie to operate on
* @op: The operation to initialise
* @processor: The function to perform the operation
* @cancel: A function to handle operation cancellation
* @release: The release function to assign
*
* Do basic initialisation of an operation. The caller must still set flags,
Expand Down

0 comments on commit d9e3f82

Please sign in to comment.