Re: [PATCH v2] nftables: make pointers in string arrays constant

2017-10-09 Thread Pablo Neira Ayuso
On Fri, Oct 06, 2017 at 08:17:54PM +0530, Harsha Sharma wrote: > Static const char * array should be static const char * > const array as per linux-kernel coding style Applied. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...@vger.

[PATCH v2] nftables: make pointers in string arrays constant

2017-10-06 Thread Harsha Sharma
Static const char * array should be static const char * const array as per linux-kernel coding style Signed-off-by: Harsha Sharma --- Changes in v2:e -rebase against current tree and solve merge confilcts -Change log message src/erec.c | 2 +- src/evaluate.c | 4 ++-- src/rule.c |