From: Robert VanVossen <robert.vanvossen@dornerworks.com>
To: George Dunlap <George.Dunlap@eu.citrix.com>,
Jan Beulich <JBeulich@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Wei Liu <wei.liu2@citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Dario Faggioli <dario.faggioli@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
Ross Lagerwall <ross.lagerwall@citrix.com>,
Julien Grall <julien.grall@arm.com>,
Josh Whitehead <josh.whitehead@dornerworks.com>,
xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [PATCH 2/2] public/sysctl: drop unnecessary typedefs and handles
Date: Wed, 20 Sep 2017 11:36:58 -0400 [thread overview]
Message-ID: <59C28B1A.2070501@dornerworks.com> (raw)
In-Reply-To: <CAFLBxZaqrt8o5FqnLaNv+QNiMLmjQK2np=hHTBppsynfAuO+5g@mail.gmail.com>
On 9/20/2017 6:41 AM, George Dunlap wrote:
> On Tue, Sep 12, 2017 at 4:10 PM, Jan Beulich <JBeulich@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 <jbeulich@suse.com>
>
> Acked-by: George Dunlap <george.dunlap@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.vanvossen@dornerworks.com>
Thanks,
Robbie VanVossen
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-09-20 15:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-12 14:25 [PATCH 0/2] public/*ctl: drop unnecessary typedefs and handles Jan Beulich
2017-09-12 15:08 ` [PATCH 1/2] public/domctl: " Jan Beulich
2017-09-12 15:33 ` Razvan Cojocaru
2017-09-12 15:58 ` Dario Faggioli
2017-09-12 16:11 ` Meng Xu
2017-09-19 15:28 ` Ping: " Jan Beulich
2017-09-20 10:39 ` George Dunlap
2017-09-20 14:46 ` Tamas K Lengyel
2017-09-12 15:10 ` [PATCH 2/2] public/sysctl: " Jan Beulich
2017-09-12 15:57 ` Dario Faggioli
2017-09-19 15:31 ` Ping: " Jan Beulich
2017-09-19 15:40 ` Konrad Rzeszutek Wilk
2017-09-20 10:41 ` George Dunlap
2017-09-20 15:36 ` Robert VanVossen [this message]
2017-09-20 18:07 ` Robert VanVossen
2017-09-12 16:00 ` [PATCH 0/2] public/*ctl: " Wei Liu
2017-09-12 16:12 ` Andrew Cooper
2017-09-12 16:15 ` Julien Grall
2017-09-20 11:07 ` Julien Grall
2017-09-20 11:38 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=59C28B1A.2070501@dornerworks.com \
--to=robert.vanvossen@dornerworks.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=dario.faggioli@citrix.com \
--cc=josh.whitehead@dornerworks.com \
--cc=julien.grall@arm.com \
--cc=ross.lagerwall@citrix.com \
--cc=sstabellini@kernel.org \
--cc=tim@xen.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.