On Wed, Jul 20, 2022, Oliver Upton wrote: > From: Oliver Upton <oupton@xxxxxxxxxx> > > Initialize stats_id alongside the other struct kvm fields to futureproof > against possible initialization order mistakes in KVM. Same nit about handwaving. Maybe it's just me, but even though I already know what this patch is doing, this changelog still somehow leaves me wondering what "possible initialization order mistakes" this prevents. > While at it, move the format string to the first line of the call and fix the > indentation of the second line. > > No functional change intended. > > Signed-off-by: Oliver Upton <oupton@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>