[dpdk-dev] [PATCH 2/8] app/test/test: Fix missing brackets

2016-03-18 Thread Zhang, Helin
> -Original Message- > From: Aaron Conole [mailto:aconole at redhat.com] > Sent: Friday, February 26, 2016 2:49 AM > To: dev at dpdk.org > Cc: Lu, Wenzhuo ; Zhang, Helin > ; Ananyev, Konstantin > ; Richardson, Bruce > > Subject: [PATCH 2/8] app/test/test: Fix missing brackets > > The te

[dpdk-dev] [PATCH 2/8] app/test/test: Fix missing brackets

2016-03-10 Thread Panu Matilainen
On 02/25/2016 08:48 PM, Aaron Conole wrote: > The test application calls printf(...) with the suite->suite_name argument. > The intent (based on whitespace) in the printf is to check suite->suite_name > first and then apply the printf. This doesn't happen due to missing brackets. > > Signed-off-by:

[dpdk-dev] [PATCH 2/8] app/test/test: Fix missing brackets

2016-02-25 Thread Aaron Conole
The test application calls printf(...) with the suite->suite_name argument. The intent (based on whitespace) in the printf is to check suite->suite_name first and then apply the printf. This doesn't happen due to missing brackets. Signed-off-by: Aaron Conole --- app/test/test.c | 3 ++- 1 file c