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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1AE16C00144 for ; Mon, 1 Aug 2022 20:30:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CB05F12A96F; Mon, 1 Aug 2022 20:29:13 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [IPv6:2610:10:20:722:a800:ff:feee:56cf]) by gabe.freedesktop.org (Postfix) with ESMTP id 05F3B12A2D0; Mon, 1 Aug 2022 20:29:07 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id D59D5AA0EA; Mon, 1 Aug 2022 20:29:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Imre Deak" Date: Mon, 01 Aug 2022 20:29:07 -0000 Message-ID: <165938574787.14744.11870803257082423764@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20220801135259.3039679-1-imre.deak@intel.com> In-Reply-To: <20220801135259.3039679-1-imre.deak@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_series_starting_with_=5B1/3=5D_drm/amd/display=3A_Fix_merge?= =?utf-8?q?_conflict_resolution_in_amdgpu=5Fdm=5Fplane=2Ec?= X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-gfx@lists.freedesktop.org Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c URL : https://patchwork.freedesktop.org/series/106882/ State : warning == Summary == Error: dim checkpatch failed a9a39ebe0216 drm/amd/display: Fix 'no previous prototype' compiler warns in amdgpu_dm_plane.c -:15: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #15: const struct drm_format_info *amd_get_format_info(const struct drm_mode_fb_cmd2 *cmd) total: 0 errors, 1 warnings, 0 checks, 7 lines checked b3602ebe4015 drm/amd/display: Fix static declaration follows non-static declaration compiler warn -:15: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #15: In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:36: total: 0 errors, 1 warnings, 0 checks, 10 lines checked