Skip to content

Commit 2e90058

Browse files
committed
module-adapter: (cosmetic) fix a doxygen block
Fix a variable name in a doxygen function header. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent c679a36 commit 2e90058

File tree

1 file changed

+1
-1
lines changed
  • src/include/sof/audio/module_adapter/module

1 file changed

+1
-1
lines changed

src/include/sof/audio/module_adapter/module/generic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void *mod_alloc_ext(struct processing_module *mod, uint32_t flags, size_t size,
194194
/**
195195
* Allocates aligned memory block for module.
196196
* @param mod Pointer to the module this memory block is allocated for.
197-
* @param bytes Size in bytes.
197+
* @param size Size in bytes.
198198
* @param alignment Alignment in bytes.
199199
* @return Pointer to the allocated memory or NULL if failed.
200200
*

0 commit comments

Comments
 (0)