Re: [PATCH net-next] tc-testing: correction to docstring in get_unique_item

2017-10-31 Thread David Miller
From: "Brenda J. Butler" Date: Tue, 31 Oct 2017 14:28:02 -0400 > Signed-off-by: Brenda J. Butler Applied.

Re: [PATCH net-next] tc-testing: correction to docstring in get_unique_item

2017-10-31 Thread Lucas Bates
On Tue, Oct 31, 2017 at 2:28 PM, Brenda J. Butler wrote: > Signed-off-by: Brenda J. Butler > --- > tools/testing/selftests/tc-testing/tdc_helper.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/tc-testing/tdc_helper.py > b/tools/testing/selftes

[PATCH net-next] tc-testing: correction to docstring in get_unique_item

2017-10-31 Thread Brenda J. Butler
Signed-off-by: Brenda J. Butler --- tools/testing/selftests/tc-testing/tdc_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/tc-testing/tdc_helper.py b/tools/testing/selftests/tc-testing/tdc_helper.py index c3254f861fb2..6f99a4efe761 100644 ---

Re: [PATCH net-next] tc-testing: correction to docstring in get_unique_item

2017-10-30 Thread Lucas Bates
On Mon, Oct 30, 2017 at 8:37 PM, Brenda J. Butler wrote: > The docstring says the function returns a "set" but it returns > a "list". These are both python data types, so we should refer to > the right one that is being returned. > > Signed-off-by: Brenda J. Butler Acked-by: Lucas Bates

[PATCH net-next] tc-testing: correction to docstring in get_unique_item

2017-10-30 Thread Brenda J. Butler
The docstring says the function returns a "set" but it returns a "list". These are both python data types, so we should refer to the right one that is being returned. Signed-off-by: Brenda J. Butler --- This patch was formerly sent as part of a 15-patch series. It is being split off as a stand-