|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] USB virt 2.6 split driver patch series
On Mon, 2005-11-21 at 17:26 +0000, Oleg Goldshmidt wrote:
> Another style comment that I have is that I think that
>
> struct xenidc_channel_struct {
> void (*submit_message)
> (xenidc_channel * channel, xenidc_channel_message * message);
>
> is inferior to
>
> struct xenidc_channel_struct {
> void (*submit_message)(xenidc_channel * channel,
> xenidc_channel_message * message);
>
> in terms of readability.
Thanks. Yes, I agree. I left it the way that Lindent formatted it but I will
do it this way on the manual formatting pass.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|