On Tue, Jul 10, 2018 at 06:51:29PM +0800, Dou Liyang wrote: > This Commit 7747abf11487 misses the curly brackets. Follow Igor's and > Eduardo's suggestion, > > Add a follow-up patch for it. > > Signed-off-by: Dou Liyang <douly.f...@cn.fujitsu.com>
I'm queueing this for 3.1, but the subject line didn't make sense (this patch doesn't remove zero check of nb_numa_nodes), so I rewrote the commit message as: machine: Fix coding style at machine_run_board_init() Commit 7747abf11487 ("hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configuration()") removed the curly brackets. Re-add them. Signed-off-by: Dou Liyang <douly.f...@cn.fujitsu.com> Message-Id: <20180710105129.23296-1-douly.f...@cn.fujitsu.com> [ehabkost: rewrote commit message] Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo