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.
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.