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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85542C433EF for ; Sat, 6 Nov 2021 03:27:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3BA8160234 for ; Sat, 6 Nov 2021 03:27:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3BA8160234 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Qfj0Y4WjEBJjxZgPA2fL5gEr5uB9kzOGq6ZuIig5bIo=; b=MutlUPtGpIHobY 0k/c+Wpkax+iUMcYn/5Vy/nzit6K5izPpqJ6DfVekwJXg1GJ+IKVfW2r9963reB/sBMQfo4x+mZ9J ME+Hs18UjjI75B7YyAQsSELHtU9I6357Yv+2oqU+lS4exx7gRv/74tz1Em6Pu55GD6zUMb7ZJwmY9 CNJGkFd1ARfEPYPly2/Qz3j9Nl4ihJxf5UXDuS6S+AMkt0QT8NR4mJZkf6JMgbf95pNg/hU8ByAtF vjZnyOIettB2dNXNHXiCtnQ+gSgKZW0+27lK9ICNhp4Se6k5AUYW66KZeGVD22drJpT6Tw6Ze4GfI HVf7HMsGHwuggrOl1sSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjCKk-00CcFH-5K; Sat, 06 Nov 2021 03:25:34 +0000 Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjCKg-00CcF3-KT; Sat, 06 Nov 2021 03:25:30 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , kernel test robot , Fuad Tabba , Marc Zyngier , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Subject: [PATCH] arm64: kvm/hyp/nvhe: fix a non-kernel-doc comment Date: Fri, 5 Nov 2021 20:25:29 -0700 Message-Id: <20211106032529.15057-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Do not use kernel-doc "/**" notation when the comment is not in kernel-doc format. Fixes this docs build warning: arch/arm64/kvm/hyp/nvhe/sys_regs.c:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Handler for protected VM restricted exceptions. Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Fuad Tabba Cc: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org Cc: kvmarm@lists.cs.columbia.edu --- arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20211106.orig/arch/arm64/kvm/hyp/nvhe/sys_regs.c +++ linux-next-20211106/arch/arm64/kvm/hyp/nvhe/sys_regs.c @@ -474,7 +474,7 @@ bool kvm_handle_pvm_sysreg(struct kvm_vc return true; } -/** +/* * Handler for protected VM restricted exceptions. * * Inject an undefined exception into the guest and return true to indicate that _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17C5FC433F5 for ; Sat, 6 Nov 2021 03:29:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E51EB60F70 for ; Sat, 6 Nov 2021 03:29:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233176AbhKFD2O (ORCPT ); Fri, 5 Nov 2021 23:28:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232715AbhKFD2N (ORCPT ); Fri, 5 Nov 2021 23:28:13 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E672DC061570 for ; Fri, 5 Nov 2021 20:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=6/kWhbqRgRV86GqBXhUN/qe26HQfH+5fQJSNVsfmrLk=; b=saVTPC+PbCuS1zrwV+ABsc/N3N zAYDjp01Md4FsPC7tOIrByN4tbwpXTwSxYnFgen9t5L3Pz3/iiTV2sMzOBrhdI5PGDbrgasLqBIpJ /4ACwlxgm4jgjQuyrpIxYWL4Ft4w5h3v/TYTACGXmzUOflGnJgY7nxCbLFF9xPuI3ZHOlirTc7BAk 9wCEATMv2uKFdakr/BfZTUyPC4Wc+rDCRlPlyPrEQzZGgT5T2uasyALTjxdL/pSCRfn00/LwZtgAn P6vx8Zt6GSst7PXv/K3r0ZgKv5L03uWqyeJo/6x9FGf4rDmGc1PeoESLTd7CPYZ4dT0WsV+uUpWFK 620q9Hhw==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjCKg-00CcF3-KT; Sat, 06 Nov 2021 03:25:30 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , kernel test robot , Fuad Tabba , Marc Zyngier , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Subject: [PATCH] arm64: kvm/hyp/nvhe: fix a non-kernel-doc comment Date: Fri, 5 Nov 2021 20:25:29 -0700 Message-Id: <20211106032529.15057-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Do not use kernel-doc "/**" notation when the comment is not in kernel-doc format. Fixes this docs build warning: arch/arm64/kvm/hyp/nvhe/sys_regs.c:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Handler for protected VM restricted exceptions. Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Fuad Tabba Cc: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org Cc: kvmarm@lists.cs.columbia.edu --- arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20211106.orig/arch/arm64/kvm/hyp/nvhe/sys_regs.c +++ linux-next-20211106/arch/arm64/kvm/hyp/nvhe/sys_regs.c @@ -474,7 +474,7 @@ bool kvm_handle_pvm_sysreg(struct kvm_vc return true; } -/** +/* * Handler for protected VM restricted exceptions. * * Inject an undefined exception into the guest and return true to indicate that 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BE5FC433F5 for ; Sat, 6 Nov 2021 11:25:02 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 537D2611C4 for ; Sat, 6 Nov 2021 11:25:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 537D2611C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C600C4B1C1; Sat, 6 Nov 2021 07:25:00 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@infradead.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XgPkmGWLdUPF; Sat, 6 Nov 2021 07:24:58 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 0B3764B1B6; Sat, 6 Nov 2021 07:24:58 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id BA36C4086F for ; Fri, 5 Nov 2021 23:25:40 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QVfzWPWhfSDD for ; Fri, 5 Nov 2021 23:25:36 -0400 (EDT) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 93EDD4B0F5 for ; Fri, 5 Nov 2021 23:25:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=6/kWhbqRgRV86GqBXhUN/qe26HQfH+5fQJSNVsfmrLk=; b=saVTPC+PbCuS1zrwV+ABsc/N3N zAYDjp01Md4FsPC7tOIrByN4tbwpXTwSxYnFgen9t5L3Pz3/iiTV2sMzOBrhdI5PGDbrgasLqBIpJ /4ACwlxgm4jgjQuyrpIxYWL4Ft4w5h3v/TYTACGXmzUOflGnJgY7nxCbLFF9xPuI3ZHOlirTc7BAk 9wCEATMv2uKFdakr/BfZTUyPC4Wc+rDCRlPlyPrEQzZGgT5T2uasyALTjxdL/pSCRfn00/LwZtgAn P6vx8Zt6GSst7PXv/K3r0ZgKv5L03uWqyeJo/6x9FGf4rDmGc1PeoESLTd7CPYZ4dT0WsV+uUpWFK 620q9Hhw==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjCKg-00CcF3-KT; Sat, 06 Nov 2021 03:25:30 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH] arm64: kvm/hyp/nvhe: fix a non-kernel-doc comment Date: Fri, 5 Nov 2021 20:25:29 -0700 Message-Id: <20211106032529.15057-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 06 Nov 2021 07:24:57 -0400 Cc: kernel test robot , Marc Zyngier , Randy Dunlap , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu Do not use kernel-doc "/**" notation when the comment is not in kernel-doc format. Fixes this docs build warning: arch/arm64/kvm/hyp/nvhe/sys_regs.c:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Handler for protected VM restricted exceptions. Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Fuad Tabba Cc: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org Cc: kvmarm@lists.cs.columbia.edu --- arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20211106.orig/arch/arm64/kvm/hyp/nvhe/sys_regs.c +++ linux-next-20211106/arch/arm64/kvm/hyp/nvhe/sys_regs.c @@ -474,7 +474,7 @@ bool kvm_handle_pvm_sysreg(struct kvm_vc return true; } -/** +/* * Handler for protected VM restricted exceptions. * * Inject an undefined exception into the guest and return true to indicate that _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm