✓ CI.checkpatch: success for drm/xe: change 'include' syntax for generate/xe_wa_oob.h
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 20 09:05:53 UTC 2024
== Series Details ==
Series: drm/xe: change 'include' syntax for generate/xe_wa_oob.h
URL : https://patchwork.freedesktop.org/series/130107/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fdc37a179dabc49d8ad9fc274da94f0f594cf804
Author: Dafna Hirschfeld <dhirschfeld at habana.ai>
Date: Tue Feb 20 11:00:03 2024 +0200
drm/xe: change 'include' syntax for generate/xe_wa_oob.h
The generated file 'generated/xe_wa_oob.h' is included using:
"generated/xe_wa_oob.h"
which first look inside the source code. But the file resides
in the build directory and should therefore be included using:
<generated/xe_wa_oob.h>
Signed-off-by: Dafna Hirschfeld <dhirschfeld at habana.ai>
+ /mt/dim checkpatch 1d882468b34bdc4623b5c7bd302fa1b467d6f782 drm-intel
fdc37a179dab drm/xe: change 'include' syntax for generate/xe_wa_oob.h
More information about the Intel-xe
mailing list