On Tuesday, February 2nd, 2021 at 9:51 AM, Simon Ser contact@emersion.fr wrote:
On Thursday, December 10th, 2020 at 10:12 AM, James Park jpark37@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.
Hm, please disregard, it seems some files still use an underscore.