global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / memalign.h
index 44f4a86..f67f0a7 100644 (file)
  *
  * @size:      Minimum number of bytes to allocate
  *
- * @return pointer to new memory region, or NULL if there is no more memory
+ * Return: pointer to new memory region, or NULL if there is no more memory
  * available.
  */
 static inline void *malloc_cache_aligned(size_t size)