Re: [PATCH v2] scsi/bfa: use designated initializers

From: Christoph Hellwig
Date: Thu Apr 13 2017 - 03:09:02 EST


On Wed, Apr 12, 2017 at 05:21:20PM -0700, Kees Cook wrote:
> Hrm? This is what the patch already does. It adds them for both
> __port_action and struct bfa_module_s.

For __port_action it only uses designated initializers for the
structures in the array, not the array itself.