Skip to content

Commit

Permalink
linux-generic: cosmetic changes on byteorder files
Browse files Browse the repository at this point in the history
To please check-patch before the copy to the drv interface.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
  • Loading branch information
erachmi authored and muvarov committed Mar 1, 2017
1 parent 8f33c67 commit 8cdc310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions include/odp/api/spec/byteorder.h
Expand Up @@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/


/**
* @file
*
Expand Down Expand Up @@ -95,7 +94,6 @@ uint32_t odp_be_to_cpu_32(odp_u32be_t be32);
*/
uint64_t odp_be_to_cpu_64(odp_u64be_t be64);


/*
* CPU byte order -> Big Endian:
*/
Expand All @@ -121,7 +119,6 @@ odp_u32be_t odp_cpu_to_be_32(uint32_t cpu32);
*/
odp_u64be_t odp_cpu_to_be_64(uint64_t cpu64);


/*
* Little Endian -> CPU byte order:
*/
Expand All @@ -147,7 +144,6 @@ uint32_t odp_le_to_cpu_32(odp_u32le_t le32);
*/
uint64_t odp_le_to_cpu_64(odp_u64le_t le64);


/*
* CPU byte order -> Little Endian:
*/
Expand Down
3 changes: 0 additions & 3 deletions platform/linux-generic/include/odp/api/plat/byteorder_types.h
Expand Up @@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/


/**
* @file
*
Expand All @@ -30,7 +29,6 @@ extern "C" {
#error __LITTLE_ENDIAN not defined!
#endif


/* for use with type checkers such as sparse */
#ifdef __CHECKER__
/** @internal bitwise attribute */
Expand All @@ -44,7 +42,6 @@ extern "C" {
#define __odp_force
#endif


/** @addtogroup odp_compiler_optim
* @{
*/
Expand Down

0 comments on commit 8cdc310

Please sign in to comment.