From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 194032D063E; Mon, 13 Jul 2026 02:14:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783908877; cv=none; b=HAM6oXNGRmafM4xEwbaHl3IWc2G837JFaMcavlgPQINPGgHxMA167S7HdyU5GZ7G0xVwg+CiKbiZf4lWyDguS+Mg4uQRuA5ukkgpxoE1SyGI9khdhngRNeuhN9tKNcr5BlZZ1LRxZSclOtK5LyDWRWBn0T/XlTNmZa+60fNG1CI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783908877; c=relaxed/simple; bh=UX28gsVdYmd/ZtXAV9cWHKUy3torOF5arESPbi2d7YM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D2IfE3NXEi1mynyzuuCRctpFss6jWwzszfBd04RscNbw64EBzYVLozHXVPHC+OPdNj5xU3VePiJpCY100Didh1AHxpOoBTR46mVCro+IT+K8p8ZIJ9y2fmZH+vIv8zsL5SsjlwxoF6ArEw6XSkIjmlNxlCO3Xve1y3Y7U4ru620= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sdsj2/a6; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Sdsj2/a6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4555A1F000E9; Mon, 13 Jul 2026 02:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783908875; bh=DPJRDOGPpWg9LRXJHy7GdkQ8ROeAYOuU+PE/r8RiwRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Sdsj2/a6LNdrlJo3bJ8/OJaSJoeiyknjrSdpRiTeHTjmf4lIUoXVBvqD2A9Aewi/f ktZ339g3KFEyxSeJsdX1VYUHpx+dAF9rESRwqUIZ53D9OHsAU0PMxqLYMz9Q3oK9ty F7qy8bSStnz5w57q32SegEeSzU0RSL2fLlzc80F3d759SDnbxQi/7H/WAyvCdxByqH FZ/e29bu90WWhMhx6Z39ahazxIYeLZklQ1R2ucQDEK+Ow7PBOyKKtFOGiFgRMWgbEo wBseUldoN5hCLT0fYyG7cSgO2PVNSQ34u+QRqiggIDcLIZBeeBGWNgtP4TBv8Q4m3X y9xaaHwM04HkA== Date: Sun, 12 Jul 2026 22:14:33 -0400 From: Eric Biggers To: linux-crypto@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel , "Jason A . Donenfeld" , Herbert Xu , Thomas Huth Subject: Re: [PATCH] lib/crypto: docs: Fix some sentence fragments Message-ID: <20260713021433.GB4362@quark> References: <20260709022651.44216-1-ebiggers@kernel.org> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260709022651.44216-1-ebiggers@kernel.org> On Wed, Jul 08, 2026 at 10:26:51PM -0400, Eric Biggers wrote: > Currently, the section about the library API for each algorithm begins > with a noun phrase that was intended to serve as an elaboration on the > title. It's better to use complete sentences. > > Suggested-by: Thomas Huth > Signed-off-by: Eric Biggers Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-fixes - Eric