Re: [PATCH 1/2] net: netfilter: Remove typedef from "typedef struct field_t"

2017-04-06 Thread Pablo Neira Ayuso
On Sat, Mar 25, 2017 at 05:57:55PM +0530, Arushi Singhal wrote: > This patch removes typedefs from struct and renames it from "typedef struct > field_t" to "struct field" as per kernel coding standards." > > Signed-off-by: Arushi Singhal > --- >

Re: [PATCH 1/2] net: netfilter: Remove typedef from "typedef struct field_t"

2017-03-26 Thread kbuild test robot
Hi Arushi, [auto build test ERROR on nf-next/master] [also build test ERROR on v4.11-rc4 next-20170324] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/2] net: netfilter: Remove typedef from "typedef struct field_t"

2017-03-25 Thread Arushi Singhal
This patch removes typedefs from struct and renames it from "typedef struct field_t" to "struct field" as per kernel coding standards." Signed-off-by: Arushi Singhal --- net/netfilter/nf_conntrack_h323_asn1.c | 68 +- 1 file