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 089CCFF8861 for ; Mon, 27 Apr 2026 10:39:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6DA0F10E696; Mon, 27 Apr 2026 10:39:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=sntech.de header.i=@sntech.de header.b="IjSCaNP8"; dkim-atps=neutral Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA02210E696 for ; Mon, 27 Apr 2026 10:39:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=NGfX4JifioHdwGlnrd0jnkQHo1q8IbJYI1jfVgI5My0=; b=IjSCaNP8MIsnEMZ2lckrN87FuR TZhtTUS1pl4pGpMkAsFkSDoo9T9slTc5PQ2ZbHBI2WnXmYRP6x8HLCJulUi+e/qYLOML3Eu0mkjwt fRpxGEUyJbL9Av+Eh5X98td0MUzoKUX4o462NXZibNiyvxQ3eXUnW+nqC5tm9iKefwDNF+JyVRqpp wc0pvpeUkYV6QFJ/dD+pAM8Sb9HykqyafN6/l3pafBLh82zHbZwdz/dIIepyiJtzTblX/UtyUfXRs s7udLaTjndqtriqiXiJQH76EsiKEuXA+MdyvMdUc0jbzxQqvrvOG4dA6gXK3wRzmBa+Q9sWsBWI8U UbsrOGyA==; From: Heiko Stuebner To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Sandy Huang , Andy Yan , Cristian Ciocaltea Cc: kernel@collabora.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v5 07/10] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages Date: Mon, 27 Apr 2026 12:39:00 +0200 Message-ID: <4050839.irdbgypaU6@phil> In-Reply-To: <20260426-dw-hdmi-qp-scramb-v5-7-d778e70c317b@collabora.com> References: <20260426-dw-hdmi-qp-scramb-v5-0-d778e70c317b@collabora.com> <20260426-dw-hdmi-qp-scramb-v5-7-d778e70c317b@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Am Sonntag, 26. April 2026, 02:20:19 Mitteleurop=C3=A4ische Sommerzeit schr= ieb Cristian Ciocaltea: > Add the missing trailing newlines to a couple of dev_err_probe() calls > in dw_hdmi_qp_rockchip_bind(). >=20 > Signed-off-by: Cristian Ciocaltea Reviewed-by: Heiko Stuebner