@@ -1287,7 +1287,7 @@ static struct reference_block * __must_check get_reference_block(struct vdo_slab
12871287 * slab_block_number_from_pbn() - Determine the index within the slab of a particular physical
12881288 * block number.
12891289 * @slab: The slab.
1290- * @physical_block_number : The physical block number.
1290+ * @pbn : The physical block number.
12911291 * @slab_block_number_ptr: A pointer to the slab block number.
12921292 *
12931293 * Return: VDO_SUCCESS or an error code.
@@ -1459,7 +1459,6 @@ static int increment_for_data(struct vdo_slab *slab, struct reference_block *blo
14591459 * @block_number: The block to update.
14601460 * @old_status: The reference status of the data block before this decrement.
14611461 * @updater: The reference updater doing this operation in case we need to look up the pbn lock.
1462- * @lock: The pbn_lock associated with the block being decremented (may be NULL).
14631462 * @counter_ptr: A pointer to the count for the data block (in, out).
14641463 * @adjust_block_count: Whether to update the allocator's free block count.
14651464 *
@@ -3232,8 +3231,7 @@ int vdo_enqueue_clean_slab_waiter(struct block_allocator *allocator,
32323231/**
32333232 * vdo_modify_reference_count() - Modify the reference count of a block by first making a slab
32343233 * journal entry and then updating the reference counter.
3235- *
3236- * @data_vio: The data_vio for which to add the entry.
3234+ * @completion: The data_vio completion for which to add the entry.
32373235 * @updater: Which of the data_vio's reference updaters is being submitted.
32383236 */
32393237void vdo_modify_reference_count (struct vdo_completion * completion ,
@@ -4750,8 +4748,7 @@ void vdo_use_new_slabs(struct slab_depot *depot, struct vdo_completion *parent)
47504748/**
47514749 * stop_scrubbing() - Tell the scrubber to stop scrubbing after it finishes the slab it is
47524750 * currently working on.
4753- * @scrubber: The scrubber to stop.
4754- * @parent: The completion to notify when scrubbing has stopped.
4751+ * @allocator: The block allocator owning the scrubber to stop.
47554752 */
47564753static void stop_scrubbing (struct block_allocator * allocator )
47574754{
0 commit comments