From patchwork Tue Jun 28 00:34:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12897360 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 227BCC433EF for ; Tue, 28 Jun 2022 00:34:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4222410E6C1; Tue, 28 Jun 2022 00:34:20 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F2F810E6C1 for ; Tue, 28 Jun 2022 00:34:19 +0000 (UTC) Received: from tr.lan (ip-86-49-12-201.net.upcbroadband.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id ABC2C83EC5; Tue, 28 Jun 2022 02:34:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656376457; bh=i0jI2xE7K3D5587EnFb/coGHTojqxLKJKfH1kaMUng0=; h=From:To:Cc:Subject:Date:From; b=zfgBvgHXb33w95ZkDG1SHmE/zdN1eF2nzkUcchxBBKAEG+YFACM+r51nvqaVHCxLj k7/uQcz1j72X8qe/jbafEOTu3qJmbVOfbu9omjiFm1sGtCZOBnjDL7PNpidIQ1sNa2 7HfdWG2/NR4dyhRSDpSYT55IPjrS7GguH9cs0jHeFxkJ4esDIRP962ufQFWM/Ke/+k 1Hauyby1hEZLmRh0eyGi3kxzNGCUUFPYITImPKgg9DFKWS4VPXWTw2sw2einqQM1/E 9ldcLwPJR/NQ7BNvTKr3rT36bmvNxfT6AaoU+tDEvdYBr75VeIW9ly9V87p+1ESvNY IVL4Pn7U1P2Cg== From: Marek Vasut To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/doc: Fix comment typo Date: Tue, 28 Jun 2022 02:34:07 +0200 Message-Id: <20220628003407.77765-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean 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: Marek Vasut , robert.foss@linaro.org, Sean Paul , Maxime Ripard , Benjamin Gaignard , Dmitry Baryshkov , Daniel Vetter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Replace apprpriately with appropriately. Fixes: 1e4d84c6589e9 ("drm/doc: Polish plane composition property docs") Signed-off-by: Marek Vasut Cc: Benjamin Gaignard Cc: Daniel Vetter Cc: Dmitry Baryshkov Cc: Maxime Ripard Cc: Sean Paul Cc: Simon Ser Cc: Ville Syrjälä Reviewed-by: Simon Ser --- drivers/gpu/drm/drm_blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c index 46ee5d5df6b40..b4c8cab7158c2 100644 --- a/drivers/gpu/drm/drm_blend.c +++ b/drivers/gpu/drm/drm_blend.c @@ -80,7 +80,7 @@ * * Note that the source rectangle must fully lie within the bounds of the * &drm_framebuffer. The destination rectangle can lie outside of the visible - * area of the current mode of the CRTC. It must be apprpriately clipped by the + * area of the current mode of the CRTC. It must be appropriately clipped by the * driver, which can be done by calling drm_plane_helper_check_update(). Drivers * are also allowed to round the subpixel sampling positions appropriately, but * only to the next full pixel. No pixel outside of the source rectangle may