From: "Brenda J. Butler"
Date: Tue, 31 Oct 2017 14:28:02 -0400
> Signed-off-by: Brenda J. Butler
Applied.
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
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
---
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
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-