On Fri, 01/06 18:59, Dr. David Alan Gilbert wrote: > * no-re...@patchew.org (no-re...@patchew.org) wrote: > > Hi, > > Checking PATCH 14/15: postcopy: Check for userfault+hugepage feature... > > ERROR: trailing whitespace > > #21: FILE: migration/postcopy-ram.c:85: > > + bool have_hp = false; $ > > I noticed that one but explicitly left it; the code really reads much > more cleanly to me with it explicitly set.
It's not complaining about the variable being initialized, but rather the ending whitespace before EOL. Fam