Re: [Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
Hi,
> > +enum virtgpu_ctrl_type {
> > + VIRTGPU_UNDEFINED = 0,
> >
>
> This is clearly all well out of line with our
> coding style guide, which isn't a terribly good start...
Oh yea, code style is fun. This file is needed in both qemu & linux
kernel, which have different code styles. I pipe it though a sed script
already when syncing them up, weeding out the tabs. I'll go tweak my
script to fix the indent too.
cheers,
Gerd