From patchwork Fri Aug 27 18:54:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin King X-Patchwork-Id: 12462705 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 979C1C432BE for ; Fri, 27 Aug 2021 18:54: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 463F560E73 for ; Fri, 27 Aug 2021 18:54:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 463F560E73 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 686716E9AD; Fri, 27 Aug 2021 18:54:51 +0000 (UTC) Received: from smtp-relay-canonical-1.canonical.com (smtp-relay-canonical-1.canonical.com [185.125.188.121]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2FF26E9AD for ; Fri, 27 Aug 2021 18:54:50 +0000 (UTC) Received: from localhost (cpc154979-craw9-2-0-cust193.16-3.cable.virginm.net [80.193.200.194]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 184DF3F232; Fri, 27 Aug 2021 18:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1630090488; bh=NOaiYQ6V99osk22Ft/AUMfAwEocy7/AP80thsSuyMBk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=tJyXpCEmbw70/Hd9Eb2VGIMc028U6XmTJ6vuUPtOdgS0RyYNyGsbYMZK3t1WHnrR4 oK4pxGEez9CATGWnQzvHOINfMtCDhIElolI1ACZS53b5WbiETG/GVQ10IQ5rrKNN+6 9EFb+6JQ89pe4lE3VwLtvxI8i7KJWr7fYOY6v+OsLcMce8wxLoviHCB76ebNANu+tY cLZ4oZJ3JQNiNn+q40IZLTG2VBhtP2I1jeA2SnwBI5wgMTW7y3GoL6+dm6hc+VJLZk Pcrz0pX/Ck62v7pbpiZmmZUomQwGfpb85ljpmd+iJ9P/iyf/GIXKCfZiX4gmfgF2yO GV7/gS4KorJ9w== From: Colin King To: David Airlie , Daniel Vetter , Thomas Zimmermann , dri-devel@lists.freedesktop.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] drm: i810: Fix spelling mistake "constext" -> "context" Date: Fri, 27 Aug 2021 19:54:47 +0100 Message-Id: <20210827185447.507207-1-colin.king@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 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" From: Colin Ian King There is a spelling mistake in a printk message. Fix it. Signed-off-by: Colin Ian King --- drivers/gpu/drm/i810/i810_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i810/i810_dma.c b/drivers/gpu/drm/i810/i810_dma.c index 9fb4dd63342f..ef141d217a72 100644 --- a/drivers/gpu/drm/i810/i810_dma.c +++ b/drivers/gpu/drm/i810/i810_dma.c @@ -479,7 +479,7 @@ static void i810EmitContextVerified(struct drm_device *dev, OUT_RING(tmp); j++; } else - printk("constext state dropped!!!\n"); + printk("context state dropped!!!\n"); } if (j & 1)