From mboxrd@z Thu Jan 1 00:00:00 1970 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 494EFC433FE for ; Fri, 19 Nov 2021 23:37:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235957AbhKSXkM (ORCPT ); Fri, 19 Nov 2021 18:40:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235889AbhKSXkK (ORCPT ); Fri, 19 Nov 2021 18:40:10 -0500 Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC0EAC061748 for ; Fri, 19 Nov 2021 15:37:07 -0800 (PST) Received: by mail-oi1-x22f.google.com with SMTP id o4so24656305oia.10 for ; Fri, 19 Nov 2021 15:37:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=HVNPEhMcOmOhfhojpKvCw8oyIiVQ1USECxxRocgYuuo=; b=bhr1pt/WQkTe1YEUocNBxT27ISrQEj7QMDkuLe5dvP+deckUmlad8hwLcpCd631PW/ o08lTRZU6qHob4SAQtfRS0olA5g5VmUbrSLOOVXPr2jzpAumDUUm8U88TRra1dMLclXk rUSDuQJxOhQtnoO5TteUz3RRNodxJ996mLNns= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HVNPEhMcOmOhfhojpKvCw8oyIiVQ1USECxxRocgYuuo=; b=IqMlhUuLG34PbTESQ6VHOTOGPoE3n0rZC1DhB2HHDyYnUaxB94SMNh5Mu9fxE00jUq uMB6Gi81nP94WOR4XJAwj1N0DXwC/ld7aeC+8TfzS04Jy0drhIlbSkJ8zIaNd4op0wtk ALwXUsU8QeKpcetGJNziXbsZi7xqgvVjQbbYu0fCNwabnzjBxqI1CEk42kYm2yTL6Sxp GQSvaKW3YcC5zHYq27QeqjHLufHhp1Ft0rGLVWpgBrjqeLClyYqjL1W9ODXu710k6tQu 1gEe9MrKX5wdlMQ+oJGKUBSIttdL7L+gB4xDE7OfHENat/GKiADoLYWGtjB8F1Q+6LTc QiIw== X-Gm-Message-State: AOAM533NuoIvy4guSmmFc+WONi9itHWthcqDLsuvAUZYSu05odf2/HhG W3RLKxHrgYJ+1QBcWQNBGQnSsg== X-Google-Smtp-Source: ABdhPJzV5x19l3UVigMY7QB0qCih3N70YjGLmr7EYU41kLicL3Zb4yXYyHKQ3NqxhS/RvpXkBZy3Mg== X-Received: by 2002:a05:6808:18a9:: with SMTP id bi41mr3719657oib.48.1637365027254; Fri, 19 Nov 2021 15:37:07 -0800 (PST) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id u40sm345615oiw.56.2021.11.19.15.37.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 19 Nov 2021 15:37:07 -0800 (PST) Subject: Re: [PATCH] selftests:kvm: remove unneeded semicolon To: cgel.zte@gmail.com, pbonzini@redhat.com Cc: shuah@kernel.org, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, chiminghao , Zeal Robot , Shuah Khan References: <20211119023133.2027-1-chi.minghao@zte.com.cn> From: Shuah Khan Message-ID: Date: Fri, 19 Nov 2021 16:37:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20211119023133.2027-1-chi.minghao@zte.com.cn> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/21 7:31 PM, cgel.zte@gmail.com wrote: Missing commit log. Please add one and include information on how you found this problem and tool output. > From: chiminghao > > Fix the following coccicheck REVIEW: > ./tools/testing/selftests/kvm/access_tracking_perf_test.c: REVIEW Unneeded semicolon > > Reported-by: Zeal Robot > Signed-off-by: chiminghao > --- > tools/testing/selftests/kvm/access_tracking_perf_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/kvm/access_tracking_perf_test.c b/tools/testing/selftests/kvm/access_tracking_perf_test.c > index 5d95113c7b7c..09bf6c6ca11a 100644 > --- a/tools/testing/selftests/kvm/access_tracking_perf_test.c > +++ b/tools/testing/selftests/kvm/access_tracking_perf_test.c > @@ -231,7 +231,7 @@ static void *vcpu_thread_main(void *arg) > case ITERATION_MARK_IDLE: > mark_vcpu_memory_idle(vm, vcpu_id); > break; > - }; > + } > > vcpu_last_completed_iteration[vcpu_id] = current_iteration; > } > thanks, -- Shuah