On Fri, Jul 03, 2015 at 01:49:33PM +0200, Christophe Milard wrote:
> To be applied on top of patch "validation: new module errno"
> Module "system" is now created from odp_ver_abt_log_dbg (which only
> contains system tests), then
> tests for system go through the same modification as pktio,
> and gets finally called from the platform side.
> 

checkpatch picked up couple of spelling mistakes in commit logs;

> Christophe Milard (6):
>   validation: single src for odp_ver_abt_log_dbg

WARNING: 'originaly' may be misspelled - perhaps 'originally'?

>   validation: mv odp_ver_abt_log_dbg to system

WARNING: 'actualy' may be misspelled - perhaps 'actually'?

>   validation: own main in odp_system
>   validation: renaming in system.c
>   validation: creating own dir and lib for system
>   validation: call to system_main from platform side

but with those fixed;

Reviewed-by: Stuart Haslam <stuart.has...@linaro.org>

> 
>  configure.ac                                       |   1 +
>  platform/linux-generic/test/Makefile.am            |   3 +-
>  test/validation/.gitignore                         |   1 -
>  test/validation/Makefile.am                        |   9 +-
>  test/validation/system/.gitignore                  |   2 +
>  test/validation/system/Makefile.am                 |   8 ++
>  test/validation/system/system.c                    | 105 
> +++++++++++++++++++++
>  test/validation/system/system.h                    |   7 ++
>  .../odp_system.h => system/system_main.c}          |   7 +-
>  test/validation/ver_abt_log_dbg/odp_system.c       |  94 ------------------
>  .../ver_abt_log_dbg/odp_ver_abt_log_dbg.c          |  14 ---
>  11 files changed, 133 insertions(+), 118 deletions(-)
>  create mode 100644 test/validation/system/.gitignore
>  create mode 100644 test/validation/system/Makefile.am
>  create mode 100644 test/validation/system/system.c
>  create mode 100644 test/validation/system/system.h
>  rename test/validation/{ver_abt_log_dbg/odp_system.h => 
> system/system_main.c} (62%)
>  delete mode 100644 test/validation/ver_abt_log_dbg/odp_system.c
>  delete mode 100644 test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c
> 
> -- 
> 1.9.1
> 
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to