From: Dev Jain <dev.jain@arm.com>
To: Liao Yuanhong <liaoyuanhong@vivo.com>,
Andrew Morton <akpm@linux-foundation.org>,
"Liam R. Howlett" <Liam.Howlett@oracle.com>,
"open list:LIBRARY CODE" <linux-kernel@vger.kernel.org>,
"open list:MAPLE TREE" <maple-tree@lists.infradead.org>,
"open list:MAPLE TREE" <linux-mm@kvack.org>
Subject: Re: [PATCH] maple_tree: Remove redundant semicolons
Date: Wed, 13 Aug 2025 17:00:16 +0530 [thread overview]
Message-ID: <0a126a70-7515-4b0e-a3a3-1d4ea9c7d00e@arm.com> (raw)
In-Reply-To: <20250813094543.555906-1-liaoyuanhong@vivo.com>
On 13/08/25 3:15 pm, Liao Yuanhong wrote:
> Remove unnecessary semicolons.
>
> Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
> ---
> lib/test_maple_tree.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/test_maple_tree.c b/lib/test_maple_tree.c
> index cb3936595b0d..1433ecc854cb 100644
> --- a/lib/test_maple_tree.c
> +++ b/lib/test_maple_tree.c
> @@ -3562,7 +3562,7 @@ static noinline void __init check_state_handling(struct maple_tree *mt)
> MT_BUG_ON(mt, mas.last != 0x1500);
> MT_BUG_ON(mt, !mas_is_active(&mas));
>
> - /* find: start ->active on value */;
> + /* find: start ->active on value */
> mas_set(&mas, 1200);
> entry = mas_find(&mas, ULONG_MAX);
> MT_BUG_ON(mt, entry != ptr);
Reviewed-by: Dev Jain <dev.jain@arm.com>
next prev parent reply other threads:[~2025-08-13 11:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-13 9:45 Liao Yuanhong
2025-08-13 11:30 ` Dev Jain [this message]
2025-08-13 14:02 ` Liam R. Howlett
2025-08-14 2:10 ` Liao Yuanhong
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=0a126a70-7515-4b0e-a3a3-1d4ea9c7d00e@arm.com \
--to=dev.jain@arm.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=liaoyuanhong@vivo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=maple-tree@lists.infradead.org \
/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