From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BECEA20DE3 for ; Tue, 14 Apr 2026 12:54:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776171264; cv=none; b=nnxkjUadX+If3BXSS1dXuOAr6TWZ6jnwkdI99GJci5fz4Cr6i6dgoTCjzrYtk/xXeK1L3nyis8llAt+UsFkvrhs6C97rfHJEjXkc7zgvBBmjvr3HzCacHS4n4jaiCHPg3UumRqILfGz/rzwyVVg5drgFfU5YAIVN3mKne5xqeyc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776171264; c=relaxed/simple; bh=jwmALpdJodUctFkNcSf4hMNOoLibb1eVU7jXG0Q3gr4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=IxuPy58delvoWWspwPh90SR4xiAq+9AKT7DQumgoljOxO4puGevT/dALXVdHymXspQXBJlcjckFzWMG454VVOa/fMtvxNobGhm99M6Y2hpXfYLJVuI2npzY8Ft92SEPsdCaauhF2zyUXcc2A8ktUz6eniF09YuUrBbE9NETpclQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=nE0nCPIF; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="nE0nCPIF" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 16D6240C6F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1776171256; bh=EntzKUcc9CnIfW/1mfvHH2tkciPHseR0z70RRtZrfUA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nE0nCPIF6uKsWo3AAaep8TaEZHVKFhXHMIgGgiLOqtOE6T/iQt9CWpG7+wJnk7iqq YZzc3+VwyRVfJ6nIfIryB+ugu1aliBOSvQJGzQWdZNKC6Y9f/wNNttuXkwELo4Tnjb hHvV78qRgDtJ48mrlf51V6t1ZOlB4VL5S5Ro2Q1yuDv7cO1gSkC18Ak4GKbCH38tZ1 9DuIUbYCF6xnkOSnH/nVXrqZWLwNx4eqM1nt4IifPJaXdf8iuBMYhyNC53YoAsBXcK DWlQa3YW3jytXIKtjd4ZYQ3HRVAI5zLooTiBg2y+sUs2LrMHX8LQs7NCyfbBgjkJHS DtNup+FbzQclQ== Received: from localhost (unknown [IPv6:2601:280:4600:27b::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 16D6240C6F; Tue, 14 Apr 2026 12:54:16 +0000 (UTC) From: Jonathan Corbet To: fru1tworld Cc: skhan@linuxfoundation.org, linux-doc@vger.kernel.org, fru1tworld Subject: Re: [PATCH] docs: fix typos in kernel documentation In-Reply-To: <20260414084553.22762-1-fruitworld.planet@gmail.com> References: <20260414084553.22762-1-fruitworld.planet@gmail.com> Date: Tue, 14 Apr 2026 06:54:15 -0600 Message-ID: <87o6jlvh1k.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Thank you for working to improve our documentation. fru1tworld writes: > reinitalizes => reinitializes > unpriviledged => unprivileged > the the => the (duplicated word) > sub-struture => sub-structure These changes generally look OK, but... > Signed-off-by: fru1tworld We need a proper signoff with your real name, please. > --- > Documentation/block/data-integrity.rst | 2 +- > Documentation/core-api/list.rst | 2 +- > Documentation/core-api/real-time/differences.rst | 2 +- This one has already been fixed; it's always best to prepare your patches against docs-next or linux-next. > Documentation/gpu/drm-uapi.rst | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) Thanks, jon