> -----Original Message-----
> From: Michael Kelley <mikel...@microsoft.com>
> Sent: Thursday, August 22, 2019 7:49 AM
> To: Wei Hu <w...@microsoft.com>; b.zolnier...@samsung.com; linux-
> hyp...@vger.kernel.org; dri-devel@lists.freedesktop.org; linux-
> fb...@vger.kernel.org; linux-ker...@vger.kernel.org; sas...@kernel.org;
> Stephen Hemminger <sthem...@microsoft.com>; Haiyang Zhang
> <haiya...@microsoft.com>; KY Srinivasan <k...@microsoft.com>; Dexuan Cui
> <de...@microsoft.com>
> Cc: Iouri Tarassov <iou...@microsoft.com>
> > +
> > +struct synthvid_supported_resolution_resp {
> > + u8 edid_block[SYNTHVID_EDID_BLOCK_SIZE];
> > + u8 resolution_count;
> > + u8 default_resolution_index;
> > + u8 is_standard;
> > + struct hvd_screen_info
> > + supported_resolution[SYNTHVID_MAX_RESOLUTION_COUNT];
>
> Is there extra whitespace on this line? Just wondering why it doesn't
> line up.
>
[Wei Hu]
No extra whitespace. It would be over 80 characters if I had put them in one
line.