We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c62c62 commit 352145eCopy full SHA for 352145e
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