On Wed, Aug 20, 2025 at 09:56:13PM +0530, Rakuram Eswaran wrote: > In Documentation/staging/crc32.rst, below errors have been corrected: > > 1. Line 37: from "to being" to "to bring" > > 2. Line 119: Incorrect citation date: > It must be August 1988 instead of August 1998 > > Signed-off-by: Rakuram Eswaran <rakuram.e96@xxxxxxxxx> > --- > Documentation/staging/crc32.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Sure, why not. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next Note that this file is somewhat dated and is due for a rewrite. It doesn't describe how most of the optimized CRC code actually works these days, using carryless multiplication or dedicated instructions. - Eric