From nobody Tue Apr 7 22:17:30 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D75EC4332F for ; Thu, 20 Oct 2022 02:40:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231299AbiJTCkp (ORCPT ); Wed, 19 Oct 2022 22:40:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230101AbiJTCkm (ORCPT ); Wed, 19 Oct 2022 22:40:42 -0400 Received: from out30-44.freemail.mail.aliyun.com (out30-44.freemail.mail.aliyun.com [115.124.30.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 974F9152C73 for ; Wed, 19 Oct 2022 19:40:40 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R181e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045176;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0VSd-E7K_1666233637; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VSd-E7K_1666233637) by smtp.aliyun-inc.com; Thu, 20 Oct 2022 10:40:38 +0800 From: Yang Li To: akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] mm: gup_test: Remove unneeded semicolon Date: Thu, 20 Oct 2022 10:40:35 +0800 Message-Id: <20221020024035.113619-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ./mm/gup_test.c:281:2-3: Unneeded semicolon Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3D2455 Reported-by: Abaci Robot Signed-off-by: Yang Li --- mm/gup_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/gup_test.c b/mm/gup_test.c index 2bbfacd31f5a..796d2641e1dc 100644 --- a/mm/gup_test.c +++ b/mm/gup_test.c @@ -278,7 +278,7 @@ static inline int pin_longterm_test_start(unsigned long= arg) } pin_longterm_test_nr_pages +=3D cur_pages; pages +=3D cur_pages; - }; + } =20 if (!fast) mmap_read_unlock(current->mm); --=20 2.20.1.7.g153144c