On Tue, Nov 04, 2014 at 03:13:45PM +0900, Simon Horman wrote:
> Slightly simplify match_format() by using ds_chomp()
> rather than open-coding its logic.
>
> Signed-off-by: Simon Horman
Good catch. Applied, thanks!
___
dev mailing list
dev@openvswitch
Slightly simplify match_format() by using ds_chomp()
rather than open-coding its logic.
Signed-off-by: Simon Horman
---
lib/match.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/match.c b/lib/match.c
index cbfd735..bd3b13d 100644
--- a/lib/match.c
+++ b/lib/match.c