Re: [PATCH 2/3 net-next] test_objagg: Test the correct variable

2019-02-13 Thread David Miller
From: Dan Carpenter Date: Wed, 13 Feb 2019 11:58:20 +0300 > There is a typo here. We intended to check "objagg2" but we instead > test "objagg" which is not an error pointer. > > Fixes: 9069a3817d82 ("lib: objagg: implement optimization hints assembly and > use hints for object creation") > Si

Re: [PATCH 2/3 net-next] test_objagg: Test the correct variable

2019-02-13 Thread Jiri Pirko
Wed, Feb 13, 2019 at 09:58:20AM CET, dan.carpen...@oracle.com wrote: >There is a typo here. We intended to check "objagg2" but we instead >test "objagg" which is not an error pointer. > >Fixes: 9069a3817d82 ("lib: objagg: implement optimization hints assembly and >use hints for object creation")

[PATCH 2/3 net-next] test_objagg: Test the correct variable

2019-02-13 Thread Dan Carpenter
There is a typo here. We intended to check "objagg2" but we instead test "objagg" which is not an error pointer. Fixes: 9069a3817d82 ("lib: objagg: implement optimization hints assembly and use hints for object creation") Signed-off-by: Dan Carpenter --- lib/test_objagg.c | 4 ++-- 1 file chan