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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F3FCC433E2 for ; Wed, 16 Sep 2020 01:51:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EFA2A2078D for ; Wed, 16 Sep 2020 01:51:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726304AbgIPBv4 (ORCPT ); Tue, 15 Sep 2020 21:51:56 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:45446 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726023AbgIPBvz (ORCPT ); Tue, 15 Sep 2020 21:51:55 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 8B4CFF0684C28E4090F6; Wed, 16 Sep 2020 09:51:53 +0800 (CST) Received: from [127.0.0.1] (10.74.185.4) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Wed, 16 Sep 2020 09:51:42 +0800 Subject: Re: [PATCH] KVM: arm64: fix doc warnings in mmu code To: Marc Zyngier References: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> <7bcb5fd9b6490e98cfa8aa22496a8a71@kernel.org> CC: , , , , , , , , From: Xiaofei Tan Message-ID: <5F616FAE.4030006@huawei.com> Date: Wed, 16 Sep 2020 09:51:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <7bcb5fd9b6490e98cfa8aa22496a8a71@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.74.185.4] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, OK, I will send v2 patch based on kvmarm-next branch. thanks. On 2020/9/15 21:47, Marc Zyngier wrote: > Hi Xiaofei, > > On 2020-09-15 14:18, Xiaofei Tan wrote: >> Fix following warnings caused by mismatch bewteen function parameters >> and comments. >> arch/arm64/kvm/mmu.c:119: warning: Function parameter or member >> 'pudp'not described in 'stage2_dissolve_pud' >> arch/arm64/kvm/mmu.c:119: warning: Excess function parameter 'pud' >> description in 'stage2_dissolve_pud' > > [...] > > Most of this code is being deleted. If you want to fix comments, > please look at what is in -next. > > Thanks, > > M. -- thanks tanxiaofei