On Wed, 29 May 2019 20:17:44 -0700 David Ahern <[email protected]> wrote:
> +static struct
> +{
kernel style is:
static struct {
...
On Wed, 29 May 2019 20:17:44 -0700 David Ahern <[email protected]> wrote:
> +static struct
> +{
kernel style is:
static struct {
...