aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/dm-vdo/flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/flush.c')
-rw-r--r--drivers/md/dm-vdo/flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/flush.c b/drivers/md/dm-vdo/flush.c
index 391b6203efc6..1bc13470a608 100644
--- a/drivers/md/dm-vdo/flush.c
+++ b/drivers/md/dm-vdo/flush.c
@@ -88,7 +88,7 @@ static inline struct vdo_flush *completion_as_vdo_flush(struct vdo_completion *c
}
/**
- * waiter_as_flush() - Convert a vdo_flush's generic wait queue entry back to the vdo_flush.
+ * vdo_waiter_as_flush() - Convert a vdo_flush's generic wait queue entry back to the vdo_flush.
* @waiter: The wait queue entry to convert.
*
* Return: The wait queue entry as a vdo_flush.