From patchwork Mon Oct 2 01:08:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13405498 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 18732E7849C for ; Mon, 2 Oct 2023 01:08:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A059410E07C; Mon, 2 Oct 2023 01:08:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id C4BFC10E06F; Mon, 2 Oct 2023 01:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=wH7/31pgP4Qqz/GTmwVhvDUnl6SdoJ0Kf1GkPu3uznU=; b=tHs/GUKOMlHkTa807tWDqBNT4H cgf+NeRvGvMwxk/baCDflZQ7ikjRUP2eB/x/ZHoGYINDM6ddRkjPykT7yZAsI+Y1v6wfiXsYOSKmz tWAKyOyp85hT9bOu1imaMhopkTarYjeq+NhzzbqAbl2Gs6nSy8Uoxf1fGGAEQpuQHQ8UcpJYuMBTU 9Av5NV5VUJTDSchsVXkORj/vv6t2gwoBK953sqocacVbgQc3PydLkb1k/mdrZDStm27mm2RqG76Mn c6nAnYGGGdKSL6Ani0ixCrGELFEbfZBvKeyg4smk3X16W1zOenpXBa3Ie+qZflD9iLF/0Vicd+QJ8 lyU+ys7Q==; Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qn7Q9-00Bmz0-1k; Mon, 02 Oct 2023 01:08:25 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Date: Sun, 1 Oct 2023 18:08:24 -0700 Message-ID: <20231002010824.14781-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH] drm/i915/uapi: fix doc typos 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: , Cc: Randy Dunlap , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Correct typo of "its". Add a comma for clarity. Signed-off-by: Randy Dunlap Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Tvrtko Ursulin Cc: intel-gfx@lists.freedesktop.org Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org --- include/uapi/drm/i915_drm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -- a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h --- a/include/uapi/drm/i915_drm.h +++ b/include/uapi/drm/i915_drm.h @@ -38,13 +38,13 @@ extern "C" { */ /** - * DOC: uevents generated by i915 on it's device node + * DOC: uevents generated by i915 on its device node * * I915_L3_PARITY_UEVENT - Generated when the driver receives a parity mismatch - * event from the gpu l3 cache. Additional information supplied is ROW, + * event from the GPU l3 cache. Additional information supplied is ROW, * BANK, SUBBANK, SLICE of the affected cacheline. Userspace should keep * track of these events and if a specific cache-line seems to have a - * persistent error remap it with the l3 remapping tool supplied in + * persistent error, remap it with the l3 remapping tool supplied in * intel-gpu-tools. The value supplied with the event is always 1. * * I915_ERROR_UEVENT - Generated upon error detection, currently only via