On Sun, Jul 05, 2009 at 03:07:06PM +0300, Avi Kivity wrote: > On 07/05/2009 02:56 PM, Michael S. Tsirkin wrote: >>> With the braces comment I meant that while working on the code, you >>> should update it to match CODING_STYLE: >>> if (!(dev->cap_present& QEMU_PCI_CAP_MSIX)) { >>> return; >>> } >>> >> >> Yea ... it's probably better to do this all over the file, not piecewise, >> though. No? >> > > No, that just causes churn (and merge conflicts for me). Better to only > fix if you have a patch that modifies the same place. OK, I redid these patches with {}. Even though the kernel style is better! ;) -- MST -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html