On Wed, 2 Jan 2019, Li Xiaoming wrote: > Signed-off-by: Li Xiaoming <lixm.fnst@xxxxxxxxxxxxxx> > Signed-off-by: Zhong Lu <zhongl.fnst@xxxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c > index 188a202..566d96d 100644 > --- a/src/cyclictest/cyclictest.c > +++ b/src/cyclictest/cyclictest.c > @@ -1386,11 +1386,11 @@ static void process_options (int argc, char *argv[], int max_cpus) > numa = 1; > num_threads = max_cpus; > setaffinity = AFFINITY_USEALL; > +} > #else > warn("cyclictest was not built with the numa option\n"); > numa = 0; > #endif > - } > } > > if (option_affinity) { > -- > 2.7.4 The fix is correct, but you need to fix the indentation on the bracket '}' and add a little bit of text to the body of the message, and then I'll accept it. Thanks John Kacur