On 3/6/19 12:53 AM, Richard Henderson wrote: > On 3/5/19 8:28 AM, Philippe Mathieu-Daudé wrote: >> + >> + if (blk_getlength(pflash_blk) != FLASH_SIZE) { >> + error_report("Malta CoreLV card expects a bios of 4MB"); >> + exit(1); >> + } > > Indentation is off, somehow. Tabs or extra spaces?
Oops... Probably extra spaces, since checkpatch didn't complain. I'll let Markus fix this if it takes this series ;) Thanks! Phil.