Message ID | 1426788452-24170-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | e917a808d5d770fc9c845f259e90e8780632fa23 |
Headers | show |
On Thu, Mar 19, 2015 at 1:07 PM, Mike Holmes <mike.holmes@linaro.org> wrote: > The structures are part of the test hierarchy not example > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> > --- > test/test_debug.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/test/test_debug.h b/test/test_debug.h > index 2ad743f..aec0977 100644 > --- a/test/test_debug.h > +++ b/test/test_debug.h > @@ -6,7 +6,7 @@ > /** > * @file > * > - * example debug > + * test debug > */ > > #ifndef TEST_DEBUG_H_ > @@ -26,11 +26,11 @@ extern "C" { > /** > * log level. > */ > -typedef enum example_log_level { > +typedef enum test_log_level { > TEST_LOG_DBG, > TEST_LOG_ERR, > TEST_LOG_ABORT > -} example_log_level_e; > +} test_log_level_e; > > /** > * default LOG macro. > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
Merged, Maxim. On 03/20/15 06:23, Bill Fischofer wrote: > > > On Thu, Mar 19, 2015 at 1:07 PM, Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> wrote: > > The structures are part of the test hierarchy not example > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > > > Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org > <mailto:bill.fischofer@linaro.org>> > > --- > test/test_debug.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/test/test_debug.h b/test/test_debug.h > index 2ad743f..aec0977 100644 > --- a/test/test_debug.h > +++ b/test/test_debug.h > @@ -6,7 +6,7 @@ > /** > * @file > * > - * example debug > + * test debug > */ > > #ifndef TEST_DEBUG_H_ > @@ -26,11 +26,11 @@ extern "C" { > /** > * log level. > */ > -typedef enum example_log_level { > +typedef enum test_log_level { > TEST_LOG_DBG, > TEST_LOG_ERR, > TEST_LOG_ABORT > -} example_log_level_e; > +} test_log_level_e; > > /** > * default LOG macro. > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org> > http://lists.linaro.org/mailman/listinfo/lng-odp > >
diff --git a/test/test_debug.h b/test/test_debug.h index 2ad743f..aec0977 100644 --- a/test/test_debug.h +++ b/test/test_debug.h @@ -6,7 +6,7 @@ /** * @file * - * example debug + * test debug */ #ifndef TEST_DEBUG_H_ @@ -26,11 +26,11 @@ extern "C" { /** * log level. */ -typedef enum example_log_level { +typedef enum test_log_level { TEST_LOG_DBG, TEST_LOG_ERR, TEST_LOG_ABORT -} example_log_level_e; +} test_log_level_e; /** * default LOG macro.
The structures are part of the test hierarchy not example Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- test/test_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)