Re: [RFC PATCH] dm-inlinecrypt: add target for inline block device encryption

From: Bart Van Assche
Date: Fri Oct 04 2024 - 16:27:20 EST


On 10/3/24 5:41 PM, Eric Biggers wrote:
+ u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE] = { 0 };

Hi Eric,

Isn't the preferred style in the Linux kernel for aggregate
initialization "{}" instead of "{ 0 }"?

Thanks,

Bart.