From patchwork Tue Oct 3 01:13:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13406653 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 3A183E776F0 for ; Tue, 3 Oct 2023 01:14:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0067510E1F5; Tue, 3 Oct 2023 01:13:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3876810E1DA for ; Tue, 3 Oct 2023 01:13:54 +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=CHSPuipCmNpy2ogfW/tDAVS/hQDi8Lu37X0Wm8Ngz7w=; b=hEUPAPl/tOzE1PYBBFgCT1PWyz D4IWdVLafWo4SyOJP9SFiU0nxktzZtvGLZ/YZLU8NFzZAzuZ8XJxew0xxj9ulabBdarMyG4iDi20J OJ1EZw75y+LNH4bVYmhkOUUWhh5GGHXRPdCYhMrEV2GqH0GPxSnhkgjpYvbNXXaAHoXSlbqXvJCo6 Di39v4mzG55yoplKry9ue3F+zzaiE0KQbG+2naqwDEc101uXWojZL2LvGrx59toATGY/u2RU6spqx zwU5OFCZpOporBAFJRYUvbN7K0GgRbG6hmHt1mB20sFGFH9GWqbdKuF4SB3iGTmevERr+JjLkzctn hOSjJfWg==; Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qnTyw-00DcHx-2p; Tue, 03 Oct 2023 01:13:50 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 1/3] drm/uapi: drm_mode: fix doc typos Date: Mon, 2 Oct 2023 18:13:47 -0700 Message-ID: <20231003011349.27593-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.42.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: , Cc: Thomas Zimmermann , Randy Dunlap , Maxime Ripard , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Correct grammar (add s for plural, insert "the"). Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann --- include/uapi/drm/drm_mode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -- a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h --- a/include/uapi/drm/drm_mode.h +++ b/include/uapi/drm/drm_mode.h @@ -36,10 +36,10 @@ extern "C" { /** * DOC: overview * - * DRM exposes many UAPI and structure definition to have a consistent - * and standardized interface with user. + * DRM exposes many UAPI and structure definitions to have a consistent + * and standardized interface with the user. * Userspace can refer to these structure definitions and UAPI formats - * to communicate to driver + * to communicate to the driver. */ #define DRM_CONNECTOR_NAME_LEN 32