Re: [PATCH] Net: openvswitch: actions: fixed a brace coding style warning

2017-03-02 Thread David Miller
From: Peter Downs Date: Wed, 1 Mar 2017 01:01:17 -0800 > Fixed a brace coding style warning reported by checkpatch.pl > > Signed-off-by: Peter Downs Applied.

[PATCH] Net: openvswitch: actions: fixed a brace coding style warning

2017-03-01 Thread Peter Downs
Fixed a brace coding style warning reported by checkpatch.pl Signed-off-by: Peter Downs --- net/openvswitch/actions.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index b1beb2b..c82301c 100644 --- a/net/openvswitch/ac