|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [Qemu-devel] [PATCH 4/5] hw/mips/malta: Only accept 'monitor' pflash of 4MiB |
| Date: | Wed, 6 Mar 2019 09:01:30 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |