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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 453CDC433E3 for ; Tue, 28 Jul 2020 22:37:52 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 173DD20775 for ; Tue, 28 Jul 2020 22:37:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="dg0KJ5bH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 173DD20775 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5FE3F6E426; Tue, 28 Jul 2020 22:37:51 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id B6A706E426 for ; Tue, 28 Jul 2020 22:37:49 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1B12A563; Wed, 29 Jul 2020 00:37:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1595975868; bh=87O/ZO51dVt0In3u/HQSQIRpyT0KiserorvlrdcFFps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dg0KJ5bHUVbTFQ5Zs8EhtcLfr5rW0piy9rJ6XQKjki0ugcYH6HtXeewMl55T8V7xm yQd8CX18Lk+37Ammu1YtOy8nZN6WOZnOGRZA3Bx3cKMnaha+UOo4yU0N7h3QF9L/5H lC8/RB0vvaZOr/Cnb+M5naHmcBSm6v3yoHR2T+iY= Date: Wed, 29 Jul 2020 01:37:39 +0300 From: Laurent Pinchart To: Colin King Subject: Re: [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed" Message-ID: <20200728223739.GV13753@pendragon.ideasonboard.com> References: <20200724111258.14762-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200724111258.14762-1-colin.king@canonical.com> 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: , Cc: Hyun Kwon , David Airlie , kernel-janitors@vger.kernel.org, Michal Simek , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Colin, Thank you for the patch. On Fri, Jul 24, 2020 at 12:12:58PM +0100, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a dev_dbg messages. Fix it. There is a spelling mistake in the commit message, s/xln/xlnx/ ;-) > Signed-off-by: Colin Ian King Reviewed-by: Laurent Pinchart > --- > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/xlnx/zynqmp_dp.c b/drivers/gpu/drm/xlnx/zynqmp_dp.c > index 821f7a71e182..0e1c818746eb 100644 > --- a/drivers/gpu/drm/xlnx/zynqmp_dp.c > +++ b/drivers/gpu/drm/xlnx/zynqmp_dp.c > @@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force) > ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd, > sizeof(dp->dpcd)); > if (ret < 0) { > - dev_dbg(dp->dev, "DPCD read failes"); > + dev_dbg(dp->dev, "DPCD read failed"); > goto disconnected; > } > -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel