diff mbox

[2/2] api: cpumask_types.h: doxygen: remove redundant text

Message ID 1446042764-12311-2-git-send-email-anders.roxell@linaro.org
State Accepted
Commit a77e5e6a9776f7457dc9c4db6ac2cb6502bc8434
Headers show

Commit Message

Anders Roxell Oct. 28, 2015, 2:32 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 platform/linux-generic/include/odp/plat/cpumask_types.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp/plat/cpumask_types.h b/platform/linux-generic/include/odp/plat/cpumask_types.h
index 1beaa1d..8923f36 100644
--- a/platform/linux-generic/include/odp/plat/cpumask_types.h
+++ b/platform/linux-generic/include/odp/plat/cpumask_types.h
@@ -26,9 +26,6 @@  extern "C" {
 
 #define ODP_CPUMASK_SIZE 1024
 
-/**
- * Minimum size of output buffer for odp_cpumask_to_str()
- */
 #define ODP_CPUMASK_STR_SIZE ((ODP_CPUMASK_SIZE + 3) / 4 + 3)
 
 /**