On 9/20/2017 6:41 AM, George Dunlap wrote:
> On Tue, Sep 12, 2017 at 4:10 PM, Jan Beulich <jbeul...@suse.com> wrote:
>> By virtue of the struct xen_sysctl container structure, most of them
>> are really just cluttering the name space.
>>
>> Signed-off-by: Jan Beulich <jbeul...@suse.com>
> 
> Acked-by: George Dunlap <george.dun...@citrix.com>
> 
>>
>> --- a/xen/common/sched_arinc653.c
>> +++ b/xen/common/sched_arinc653.c
>> @@ -694,7 +694,7 @@ static int
>>  a653sched_adjust_global(const struct scheduler *ops,
>>                          struct xen_sysctl_scheduler_op *sc)
>>  {
>> -    xen_sysctl_arinc653_schedule_t local_sched;
>> +    struct xen_sysctl_arinc653_schedule local_sched;
>>      int rc = -EINVAL;
>>
>>      switch ( sc->cmd )

Acked-by: Robert VanVossen <robert.vanvos...@dornerworks.com>

Thanks,
Robbie VanVossen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to