Skip to content

Commit ea1fccd

Browse files
committed
module: generic: Update parameter name in mod_alloc_ext documentation
Rename the parameter `bytes` to `size` in the documentation of the `mod_alloc_ext` function in `generic.h` to match the actual parameter name in the function definition. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 5dfc0ab commit ea1fccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/include/sof/audio/module_adapter/module

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)