Re: [PATCH] nvmem: qnap-mcu-eeprom: Fix struct assignments using commas instead of semicolons
From: Markus Elfring
Date: Tue Mar 03 2026 - 04:26:08 EST
> The nvcfg struct member assignments were incorrectly using commas instead
> of semicolons.
Would a summary phrase like “Prefer separate variable assignment statements
over comma expressions” be more appropriate here?
See also once more:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v7.0-rc2#n94
Regards,
Markus