[PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE
Simon Ser
contact at emersion.fr
Tue Feb 2 08:51:39 UTC 2021
On Thursday, December 10th, 2020 at 10:12 AM, James Park <jpark37 at lagfreegames.com> wrote:
> +#ifndef _DRM_BASIC_TYPES_H_
> +#define _DRM_BASIC_TYPES_H_
Nit: the rest of the kernel doesn't use an underscore prefix for these
defines. Note that anything starting with an underscore followed by an
upper-case letter is a reserved identifier in C.
More information about the dri-devel
mailing list