From nobody Tue Jun 30 08:10:57 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 6FEC0C433F5 for ; Sat, 22 Jan 2022 01:23:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231634AbiAVBXr (ORCPT ); Fri, 21 Jan 2022 20:23:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230013AbiAVBXq (ORCPT ); Fri, 21 Jan 2022 20:23:46 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70B8DC06173B for ; Fri, 21 Jan 2022 17:23:46 -0800 (PST) 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=F5pt9JgLdr4Wt09YxIeWvRa1yduJ52oBErRZQRDvD3I=; b=YBrpMg8T57kIzcczs9zrSPN4dM 5TvhMuYyeUEQ2YO55Q8ONS3DCYFj7kK5s8KxRvQ197CS1OqKrdNMgsnpHU0oHgYPAjvWAAiMoxtI9 CveuBA750aASMYsODhDK5lqNjfO7eYxLU4zwIzuk2+6LKXanPyL7IuzGnBfWvFc3A0AxoOWylcXRa VRswZoqEz3t4AbTKtcKdXV+KYpmww/O7UKvkJxE/hOr7gWDuj0+NwJxt38JaBcNsFE73niSm0nwHf X6L/hDzxcQ6COIiDHqBhKf5HtMM7zTURjsGKNm32MMRhq4TeEpPE+Bce2l8YoWIRvGhtcYawfXOIG hi7B91sA==; 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 1nB584-00GNGI-9h; Sat, 22 Jan 2022 01:23:44 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , kernel test robot , Fangzhi Zuo , Alex Deucher , Nicholas Kazlauskas , Harry Wentland , Leo Li , Rodrigo Siqueira , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH -next] drm/amd/display: don't use /** for non-kernel-doc comments Date: Fri, 21 Jan 2022 17:23:43 -0800 Message-Id: <20220122012343.32540-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 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" Change a static function's comment from "/**" (indicating kernel-doc notation) to "/*" (indicating a regular C language comment). This prevents multiple kernel-doc warnings: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning:= Function parameter or member 'max_supported_frl_bw_in_kbps' not described = in 'intersect_frl_link_bw_support' drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning:= Function parameter or member 'hdmi_encoded_link_bw' not described in 'inte= rsect_frl_link_bw_support' drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning:= expecting prototype for Return PCON's post FRL link training supported BW = if its non(). Prototype was for intersect_frl_link_bw_support() instead Fixes: c022375ae095 ("drm/amd/display: Add DP-HDMI FRL PCON Support in DC") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Fangzhi Zuo Cc: Alex Deucher Cc: Nicholas Kazlauskas Cc: Harry Wentland Cc: Leo Li Cc: Rodrigo Siqueira Cc: amd-gfx@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Reviewed-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20220121.orig/drivers/gpu/drm/amd/display/dc/core/dc_link_dp= .c +++ linux-next-20220121/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @@ -4970,7 +4970,7 @@ uint32_t dc_link_bw_kbps_from_raw_frl_li return 0; } =20 -/** +/* * Return PCON's post FRL link training supported BW if its non-zero, othe= rwise return max_supported_frl_bw. */ static uint32_t intersect_frl_link_bw_support(