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.
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 |