On Mon, 18 Jul 2016 14:48:41 +0000
Phil Sutter <p...@nwl.cc> wrote:

> This improves my initial change in the following points:
> 
> - Flatten embedded struct's initializers.
> - No need to initialize variables to zero as the key feature of C99
>   initializers is to do this implicitly.
> - By relocating the declaration of struct rtattr *tail, it can be
>   initialized at the same time.
> 
> Fixes: a0a73b298a579 ("tc: m_action: Use C99 style initializers for struct 
> req")
> Signed-off-by: Phil Sutter <p...@nwl.cc>

Series applied

Reply via email to