This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via 32e95a4ed19e5cd567d02125c4b74bb6e41ee197 (commit) from b9995659aabf9a20cae2ae6905b84c94b733636c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 32e95a4ed19e5cd567d02125c4b74bb6e41ee197 Author: Christophe Milard christophe.milard@linaro.org Date: Thu Aug 4 07:52:32 2016 +0000
linux-gen: drv: byteorder: fixed macro typo
Signed-off-by: Christophe Milard christophe.milard@linaro.org Reviewed-by: Mike Holmes mike.holmes@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h index bf461e5..cb7aec2 100644 --- a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h +++ b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h @@ -48,7 +48,7 @@ extern "C" { #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ #define ODPDRV_LITTLE_ENDIAN 1 #define ODPDRV_BIG_ENDIAN 0 - #define ODPDRV_BYTE_ORDER ODP_LITTLE_ENDIAN + #define ODPDRV_BYTE_ORDER ODPDRV_LITTLE_ENDIAN #define ODPDRV_LITTLE_ENDIAN_BITFIELD #else #define ODPDRV_LITTLE_ENDIAN 0
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/include/odp/drv/plat/byteorder_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive