With the C99 types to kernel types conversion well on the way in drm/i915, let's start warning about C99 types usage, and encourage kernel types.
Cc: Rodrigo Vivi <[email protected]> Cc: Joonas Lahtinen <[email protected]> Signed-off-by: Jani Nikula <[email protected]> --- dim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dim b/dim index 9c828afc62c0..00ac1b1340fd 100755 --- a/dim +++ b/dim @@ -1571,7 +1571,7 @@ function checkpatch_commit profile_options="" ;; drm-intel) - profile_options="--max-line-length=100 --ignore=BIT_MACRO,PREFER_KERNEL_TYPES,SPLIT_STRING,LONG_LINE_STRING,BOOL_MEMBER" + profile_options="--max-line-length=100 --ignore=BIT_MACRO,SPLIT_STRING,LONG_LINE_STRING,BOOL_MEMBER" ;; *) echoerr "Unknown checkpatch profile $profile" -- 2.20.1 _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
