Re: [PATCH v4] x86, mem: move memmove to out of line assembler

From: Ingo Molnar
Date: Thu Sep 29 2022 - 03:02:37 EST



* Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:

> + /* Test a backwards overlapping memmove first. 256 and 1024 are
> + * important for i386 to use rep movsl.
> + */

Nit, please use the customary (multi-line) comment style:

/*
* Comment .....
* ...... goes here.
*/

specified in Documentation/CodingStyle.

Thanks,

Ingo