✗ CI.checkpatch: warning for treewide: Fix common grammar mistake "the the" (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 15 11:16:48 UTC 2024


== Series Details ==

Series: treewide: Fix common grammar mistake "the the" (rev2)
URL   : https://patchwork.freedesktop.org/series/132370/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
04432599dcb1becb52633b02487fe3c638ba5915
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9f60f72482d7fc37f18637c769f5e5fb05d9e33b
Author: Thorsten Blum <thorsten.blum at toblux.com>
Date:   Thu Apr 11 19:11:47 2024 +0200

    treewide: Fix common grammar mistake "the the"
    
    Use `find . -type f -exec sed -i 's/\<the the\>/the/g' {} +` to find all
    occurrences of "the the" and replace them with a single "the".
    
    In arch/arm/include/asm/unwind.h replace "the the" with "to the".
    
    Changes only comments and documentation - no code changes.
    
    Signed-off-by: Thorsten Blum <thorsten.blum at toblux.com>
    Reviewed-by: Randy Dunlap <rdunlap at infradead.org>
    Reviewed-by: Tyler Hicks <code at tyhicks.com>
+ /mt/dim checkpatch 85eef611f85be84edeabab83debdbb1fabeba066 drm-intel
9f60f72482d7 treewide: Fix common grammar mistake "the the"
-:369: WARNING:REPEATED_WORD: Possible repeated word: 'at'
#369: FILE: io_uring/kbuf.c:734:
+	 * the caller will call io_put_bl() to drop the reference at at the

-:382: ERROR:CODE_INDENT: code indent should use tabs where possible
#382: FILE: lib/zstd/common/fse_decompress.c:130:
+         * The benefit of doing it in two stages is that we avoid the$

-:395: ERROR:CODE_INDENT: code indent should use tabs where possible
#395: FILE: lib/zstd/decompress/zstd_decompress_block.c:513:
+         * The benefit of doing it in two stages is that we avoid the$

total: 2 errors, 1 warnings, 0 checks, 256 lines checked




More information about the Intel-xe mailing list