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 3B7BFCD13DA for ; Mon, 18 Sep 2023 12:57:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241567AbjIRM5A (ORCPT ); Mon, 18 Sep 2023 08:57:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241683AbjIRM4h (ORCPT ); Mon, 18 Sep 2023 08:56:37 -0400 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AACB9C3 for ; Mon, 18 Sep 2023 05:56:31 -0700 (PDT) Received: from kwepemm600007.china.huawei.com (unknown [172.30.72.54]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4Rq4W50wxgz15NK4; Mon, 18 Sep 2023 20:54:25 +0800 (CST) Received: from [10.174.185.179] (10.174.185.179) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Mon, 18 Sep 2023 20:56:27 +0800 Subject: Re: [PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features() To: Oliver Upton CC: , , Marc Zyngier , James Morse , Suzuki K Poulose , Jing Zhang References: <20230913165645.2319017-1-oliver.upton@linux.dev> From: Zenghui Yu Message-ID: Date: Mon, 18 Sep 2023 20:56:26 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20230913165645.2319017-1-oliver.upton@linux.dev> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.185.179] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm600007.china.huawei.com (7.193.23.208) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 2023/9/14 0:56, Oliver Upton wrote: > A double-asterisk opening mark to the comment (i.e. '/**') indicates a > comment block is in the kerneldoc format. There's automation in place to > validate that kerneldoc blocks actually adhere to the formatting rules. > > The function comment for arm64_check_features() isn't kerneldoc; use a > 'regular' comment to silence automation warnings. > > Link: https://lore.kernel.org/all/202309112251.e25LqfcK-lkp@intel.com/ > Signed-off-by: Oliver Upton > --- > arch/arm64/kvm/sys_regs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Zenghui Yu