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 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 841EEFCC076 for ; Fri, 6 Mar 2026 22:18:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DE5D810E40B; Fri, 6 Mar 2026 22:18:30 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.b="J4aDUp0t"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id B0EA710E40B for ; Fri, 6 Mar 2026 22:18:29 +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: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=w1eXp0O3uBCTO/YYQjX7PUW51b+uMamwJnIw7U+f004=; b=J4aDUp0trZWBhMSK0i7M5kdI52 coDTyPn5o+6/hT9DOdYePG2OnjQ6aTw6PLBjac+PqTQKbGQnfNRA3ZvRzzrKkN2RDIYH3vC4Z8RnJ XUMTd5R4BpPd6l/8gjkL6mDkHjBf9or97fvspsGDmjJXgOmLk4WTCiBnRrJ9v2bRSvaRO0qhsN+D2 3/PccvXZnjWttZaRtHSlKeBY2oqT9DznnWP9AdQY5gHrFdMoLfRiblJjj6gIS0VQFhs7CdUfTqjYC ZdnzYdOm8Y9zTcghUic5C5Uh5O27dkjpkkd/FuuCKr1NbS63mWDG/pweFQrJBHLbIGMz20qxcFmWh ldrrLCaA==; Received: from [50.53.43.113] (helo=[192.168.254.34]) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vydV7-00000004aFd-0KAV; Fri, 06 Mar 2026 22:18:29 +0000 Message-ID: Date: Fri, 6 Mar 2026 14:18:26 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] docs/gpu: fix spelling mistakes in todo.rst To: Mikael Rothig , corbet@lwn.net Cc: airlied@gmail.com, simona@ffwll.ch, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260306215647.67980-1-mrrothig@gmail.com> Content-Language: en-US From: Randy Dunlap In-Reply-To: <20260306215647.67980-1-mrrothig@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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" On 3/6/26 1:56 PM, Mikael Rothig wrote: > Fix three spelling mistakes in todo.rst: > - 'varios' -> 'various' > - 'implementions' -> 'implementations' > - 'complection' -> 'completion' > > Signed-off-by: Mikael Rothig Acked-by: Randy Dunlap Tested-by: Randy Dunlap In the future, please insert the patch version number into the email subject line, like [PATCH v3] docs/gpu: fix spelling mistakes in gpu.rst The patch version can be (is usually) omitted for v1. Thanks. > --- > v3: Added CC for DRM maintainers and patch description > v2: Squashed 3 patches into one as requested > --- > Documentation/gpu/todo.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst > index 520da44a04a6..686a94bead07 100644 > --- a/Documentation/gpu/todo.rst > +++ b/Documentation/gpu/todo.rst > @@ -269,7 +269,7 @@ Various hold-ups: > valid formats for atomic drivers. > > - Many drivers subclass drm_framebuffer, we'd need a embedding compatible > - version of the varios drm_gem_fb_create functions. Maybe called > + version of the various drm_gem_fb_create functions. Maybe called > drm_gem_fb_create/_with_dirty/_with_funcs as needed. > > Contact: Simona Vetter > @@ -294,7 +294,7 @@ everything after it has done the write-protect/mkwrite trickery: > > vma->vm_page_prot = pgprot_wrprotect(vma->vm_page_prot); > > -- Set the mkwrite and fsync callbacks with similar implementions to the core > +- Set the mkwrite and fsync callbacks with similar implementations to the core > fbdev defio stuff. These should all work on plain ptes, they don't actually > require a struct page. uff. These should all work on plain ptes, they don't > actually require a struct page. > @@ -882,7 +882,7 @@ Querying errors from drm_syncobj > ================================ > > The drm_syncobj container can be used by driver independent code to signal > -complection of submission. > +completion of submission. > > One minor feature still missing is a generic DRM IOCTL to query the error > status of binary and timeline drm_syncobj. -- ~Randy