aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/shared_memory.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-10-28 15:33:05 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2019-10-30 13:04:08 +0200
commitbd2aea3186fd4e2d3ba6ec91f2a6ba72f0443941 (patch)
tree786458c71d1dea96a81fe9a5188b61d6ea121b2f /include/odp/api/spec/shared_memory.h
parentb904314ec95e4e680a739a5f98b6fd814b9a6fef (diff)
api: clean up coding style warnings
Clean checkpatch warnings on include/odp/api/spec files. Current checkpatch version warns about 'unsigned' type name usage. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Stanislaw Kardach <skardach@marvell.com>
Diffstat (limited to 'include/odp/api/spec/shared_memory.h')
-rw-r--r--include/odp/api/spec/shared_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/shared_memory.h b/include/odp/api/spec/shared_memory.h
index 0882c4a1c..425e6c77a 100644
--- a/include/odp/api/spec/shared_memory.h
+++ b/include/odp/api/spec/shared_memory.h
@@ -106,7 +106,7 @@ typedef struct odp_shm_capability_t {
*
* This number of separate shared memory blocks can be
* reserved concurrently. */
- unsigned max_blocks;
+ unsigned int max_blocks;
/** Maximum memory block size in bytes
*