We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d455121 commit cc56c27Copy full SHA for cc56c27
lib/util/cpuset.c
@@ -9,7 +9,7 @@
9
struct spdk_cpuset *
10
spdk_cpuset_alloc(void)
11
{
12
- return (struct spdk_cpuset *)calloc(sizeof(struct spdk_cpuset), 1);
+ return (struct spdk_cpuset *)calloc(1, sizeof(struct spdk_cpuset));
13
}
14
15
void
0 commit comments