Re: [ovs-dev] [PATCH net] openvswitch: fix trivial comment typo

2015-12-14 Thread David Miller
From: Paolo Abeni Date: Mon, 14 Dec 2015 14:29:58 +0100 > The commit 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") left > over an old OVS_CT_ATTR_LABEL instance, fix it. > > Fixes: 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") > Signed-off-by: Paolo Abeni Applied, thanks. ___

Re: [ovs-dev] [PATCH net] openvswitch: fix trivial comment typo

2015-12-14 Thread Joe Stringer
On 14 December 2015 at 05:29, Paolo Abeni wrote: > The commit 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") left > over an old OVS_CT_ATTR_LABEL instance, fix it. > > Fixes: 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") > Signed-off-by: Paolo Abeni Thanks for the fix. Acked-by: Joe St

[ovs-dev] [PATCH net] openvswitch: fix trivial comment typo

2015-12-14 Thread Paolo Abeni
The commit 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") left over an old OVS_CT_ATTR_LABEL instance, fix it. Fixes: 33db4125ec74 ("openvswitch: Rename LABEL->LABELS") Signed-off-by: Paolo Abeni --- include/uapi/linux/openvswitch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff