On 05/04/2026 20:36, CaoRuichuang wrote: > Signed-off-by: CaoRuichuang <[email protected]> > --- > Documentation/process/submitting-patches.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/process/submitting-patches.rst > b/Documentation/process/submitting-patches.rst > index e69d19a..5c44be9 100644 > --- a/Documentation/process/submitting-patches.rst > +++ b/Documentation/process/submitting-patches.rst > @@ -486,9 +486,9 @@ reviewed it as thoroughly as if a Reviewed-by: was > provided. Similarly, a key > user may not have carried out a technical review of the patch, yet they may > be > satisfied with the general approach, the feature or the user-facing > interface. > > -Acked-by: does not necessarily indicate acknowledgement of the entire patch. > +Acked-by: does not necessarily indicate acknowledgment of the entire patch.
Pointless change. You are replacing one correct spelling with another correct one. And your commit msg is empty... Please run scripts/checkpatch.pl on the patches and fix reported warnings. After that, run also 'scripts/checkpatch.pl --strict' on the patches and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Best regards, Krzysztof

