Hello Dan, On 9/4/24 07:39, Dan Carpenter wrote:
On Fri, May 24, 2024 at 10:47:23AM +0800, wuruilong wrote:+const struct target target_loongarch64 = { + .mach = MACH_LOONGARCH64, + .bitness = ARCH_LP64, + + .big_endian = 0,No need to initialize things to zero.
While your concern is technically correct, mentioning it explicitly for a human reader is still nice IMHO.
Best regards Uwe