@@ -1287,7 +1287,7 @@ static struct reference_block * __must_check get_reference_block(struct vdo_slab
1287
1287
* slab_block_number_from_pbn() - Determine the index within the slab of a particular physical
1288
1288
* block number.
1289
1289
* @slab: The slab.
1290
- * @physical_block_number : The physical block number.
1290
+ * @pbn : The physical block number.
1291
1291
* @slab_block_number_ptr: A pointer to the slab block number.
1292
1292
*
1293
1293
* Return: VDO_SUCCESS or an error code.
@@ -1459,7 +1459,6 @@ static int increment_for_data(struct vdo_slab *slab, struct reference_block *blo
1459
1459
* @block_number: The block to update.
1460
1460
* @old_status: The reference status of the data block before this decrement.
1461
1461
* @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).
1463
1462
* @counter_ptr: A pointer to the count for the data block (in, out).
1464
1463
* @adjust_block_count: Whether to update the allocator's free block count.
1465
1464
*
@@ -3232,8 +3231,7 @@ int vdo_enqueue_clean_slab_waiter(struct block_allocator *allocator,
3232
3231
/**
3233
3232
* vdo_modify_reference_count() - Modify the reference count of a block by first making a slab
3234
3233
* 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.
3237
3235
* @updater: Which of the data_vio's reference updaters is being submitted.
3238
3236
*/
3239
3237
void 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)
4750
4748
/**
4751
4749
* stop_scrubbing() - Tell the scrubber to stop scrubbing after it finishes the slab it is
4752
4750
* 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.
4755
4752
*/
4756
4753
static void stop_scrubbing (struct block_allocator * allocator )
4757
4754
{
0 commit comments