public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Chen Ni <nichen@iscas.ac.cn>
Cc: chandan.babu@oracle.com, dchinner@redhat.com,
	linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xfs: convert comma to semicolon
Date: Thu, 18 Jul 2024 08:27:45 -0700	[thread overview]
Message-ID: <20240718152745.GK612460@frogsfrogsfrogs> (raw)
In-Reply-To: <20240716080112.969170-1-nichen@iscas.ac.cn>

On Tue, Jul 16, 2024 at 04:01:12PM +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Fixes: 178b48d588ea ("xfs: remove the for_each_xbitmap_ helpers")
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>

Looks ok,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  fs/xfs/scrub/agheader_repair.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/scrub/agheader_repair.c b/fs/xfs/scrub/agheader_repair.c
> index 0dbc484b182f..2f98d90d7fd6 100644
> --- a/fs/xfs/scrub/agheader_repair.c
> +++ b/fs/xfs/scrub/agheader_repair.c
> @@ -696,7 +696,7 @@ xrep_agfl_init_header(
>  	 * step.
>  	 */
>  	xagb_bitmap_init(&af.used_extents);
> -	af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp),
> +	af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp);
>  	xagb_bitmap_walk(agfl_extents, xrep_agfl_fill, &af);
>  	error = xagb_bitmap_disunion(agfl_extents, &af.used_extents);
>  	if (error)
> -- 
> 2.25.1
> 
> 

  reply	other threads:[~2024-07-18 15:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16  8:01 [PATCH] xfs: convert comma to semicolon Chen Ni
2024-07-18 15:27 ` Darrick J. Wong [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-06  1:48 [PATCH] xfs: Convert " Chen Ni
2026-03-06  8:41 ` Carlos Maiolino
2026-03-06  8:48 ` Joarder, Souptick
2026-03-10  8:52 ` Carlos Maiolino
2026-03-11  8:08   ` Chen Ni
2024-09-03  7:39 [PATCH] xfs: convert " Chen Ni
2024-09-16 16:56 ` Darrick J. Wong
2024-07-09  7:36 Chen Ni
2024-07-09 10:01 ` Dave Chinner
2024-07-09 21:57 ` Darrick J. Wong
2024-07-12 17:40 ` Chaitanya Kulkarni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240718152745.GK612460@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=chandan.babu@oracle.com \
    --cc=dchinner@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=nichen@iscas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox