Re: [PATCH v2] RAS/AMD/ATL: Fix unintended sign extension issue from coverity

From: Markus Elfring
Date: Sun Nov 24 2024 - 04:21:35 EST



> Following the code styleof the file, assigning the u16
> value to u32 variable and using it for the bit wise
> operation, thus ensuring no unintentional sign
> extension occurs.

Would you like to reconsider such a word wrapping approach
besides typo avoidance?


See also:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.12#n94

Regards,
Markus