Skip to content

Commit fa8deae

Browse files
committed
xfs: Fix a comment on xfs_ail_delete
It doesn't return anything. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Chandan Babu R <chandanbabu@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent 95b6133 commit fa8deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_trans_ail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ xfs_ail_splice(
315315
}
316316

317317
/*
318-
* Delete the given item from the AIL. Return a pointer to the item.
318+
* Delete the given item from the AIL.
319319
*/
320320
static void
321321
xfs_ail_delete(

0 commit comments

Comments
 (0)