> -----Original Message-----
> From: Michael Kelley <[email protected]>
> Sent: Thursday, August 22, 2019 7:49 AM
> To: Wei Hu <[email protected]>; [email protected]; linux-
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; [email protected];
> Stephen Hemminger <[email protected]>; Haiyang Zhang
> <[email protected]>; KY Srinivasan <[email protected]>; Dexuan Cui
> <[email protected]>
> Cc: Iouri Tarassov <[email protected]>
> > +
> > +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.