Skip to content

Commit 1fa4e22

Browse files
softwareckikv2019i
authored andcommitted
userspace: proxy: Fix typo in variable name
Fix typo in variable name from heap_part_cached to heap_cached_part. Fixes #10431 Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 23c4020 commit 1fa4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/module_adapter/library/userspace_proxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static int userspace_proxy_memory_init(struct userspace_context *user,
7474

7575
struct k_mem_partition *parts_ptr[] = {
7676
#ifdef HEAP_PART_CACHED
77-
&heap_part_cached,
77+
&heap_cached_part,
7878
#endif
7979
&heap_part
8080
};

0 commit comments

Comments
 (0)