On Thu, Nov 03, 2016 at 06:42:38PM +0000, Emil Velikov wrote: > Hi guys, > > On 2 November 2016 at 16:31, Christophe Fergeau <cfergeau@xxxxxxxxxx> wrote: > > Hey, > > > > On Mon, Oct 31, 2016 at 08:00:09AM -0400, Frediano Ziglio wrote: > >> > diff --git a/drivers/gpu/drm/qxl/qxl_display.c > >> > b/drivers/gpu/drm/qxl/qxl_display.c > >> > index 156b7de..edb90f6 100644 > >> > --- a/drivers/gpu/drm/qxl/qxl_display.c > >> > +++ b/drivers/gpu/drm/qxl/qxl_display.c > >> > @@ -57,11 +57,18 @@ static void qxl_alloc_client_monitors_config(struct > >> > qxl_device *qdev, unsigned c > >> > qdev->client_monitors_config->count = count; > >> > } > >> > > >> > +enum MonitorsConfigCopyStatus { > >> > + MONITORS_CONFIG_COPIED, > >> > + MONITORS_CONFIG_UNCHANGED, > >> > + MONITORS_CONFIG_BAD_CRC, > >> > +}; > >> > + > >> > >> I don't remember exactly kernel style, a > >> > >> typedef enum { > >> MONITORS_CONFIG_COPIED, > >> MONITORS_CONFIG_UNCHANGED, > >> MONITORS_CONFIG_BAD_CRC, > >> } MonitorsConfigCopyStatus; > >> > >> could make following code shorter. > > > > A git grep enum in qxl/ returns a dozen results, none of these using > > typedef, I guess I just followed that style. > > > Kernel coding style advises against both typedefs and CamelCase. We do > have a few "offenders" but it's better to not add more. > > Ftw when in doubt do search/grep through the document - I don't thinks > there's many people who've read the thing in one go :-) Ah thanks, I'll get rid of the CamelCase! Christophe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel