Acked-by: Jarno Rajahalme
> On Jul 29, 2015, at 11:42 PM, Ben Pfaff wrote:
>
> As I see it, this has two benefits. First, by using an initializer
> rather than a series of assignment statements, the reader can be
> assured that everything in the structure is actually initialized.
> Second, pre
As I see it, this has two benefits. First, by using an initializer
rather than a series of assignment statements, the reader can be
assured that everything in the structure is actually initialized.
Second, previously the initialization of 'ctx' was scattered in
a few places in this function, which