grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2 12/18] xen: setup Xen specific data for PVH


From: Juergen Gross
Subject: Re: [Xen-devel] [PATCH v2 12/18] xen: setup Xen specific data for PVH
Date: Wed, 24 Oct 2018 16:01:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 19/10/2018 17:10, Juergen Gross wrote:
> On 19/10/2018 14:48, Daniel Kiper wrote:
>> On Tue, Oct 09, 2018 at 01:03:11PM +0200, Juergen Gross wrote:
>>> +  r = grub_xen_hypercall (__HYPERVISOR_hvm_op, HVMOP_get_param,
>>> +                     (grub_uint32_t) (&xhv), 0, 0, 0, 0);
>>
>> s/(grub_uint32_t) (&xhv)/(grub_uint32_t)(&xhv)/
>> Here and in the other patches...
> 
> Oh, I have seen lots of places where casts are followed by a blank. I
> thought this would be the preferred style.

Doing some greps I've found about 9000 casts with a blank between
(type) and casted value, but less than 3000 omitting the blank.

Is omitting the blank really preferred?


Juergen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]