From: Bob Peterson Date: Mon, 31 Aug 2020 13:12:15 +0000 (-0500) Subject: gfs2: Fix bad comment for trans_drain X-Git-Tag: microblaze-v5.11~44^2~28 X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=commitdiff_plain;h=521031fa970109fbf7a808322fb0c92092a51cf0 gfs2: Fix bad comment for trans_drain Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher --- diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index 93032feb5159..a83e6426e26e 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c @@ -902,7 +902,7 @@ static void empty_ail1_list(struct gfs2_sbd *sdp) } /** - * drain_bd - drain the buf and databuf queue for a failed transaction + * trans_drain - drain the buf and databuf queue for a failed transaction * @tr: the transaction to drain * * When this is called, we're taking an error exit for a log write that failed