[Intel-gfx] [PATCH] drm/i915/pxp: use <> instead of "" for headers in include/

Jani Nikula jani.nikula at intel.com
Tue Nov 8 10:09:50 UTC 2022


On Mon, 07 Nov 2022, "Ceraolo Spurio, Daniele" <daniele.ceraolospurio at intel.com> wrote:
> On 11/7/2022 6:04 AM, Jani Nikula wrote:
>> Headers in include/ should be included using the system header #include
>> syntax.
>>
>> Fixes: 887a193b4fb1 ("drm/i915/pxp: add huc authentication and loading command")
>> Cc: Tomas Winkler <tomas.winkler at intel.com>
>> Cc: Vitaly Lubart <vitaly.lubart at intel.com>
>> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
>> Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
>
> Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>

Thanks, pushed to dign.

BR,
Jani.

>
> Daniele
>
>> ---
>>   drivers/gpu/drm/i915/pxp/intel_pxp_huc.c | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
>> index 7ec36d94e758..f6a3f53a1d22 100644
>> --- a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
>> +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
>> @@ -3,7 +3,8 @@
>>    * Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
>>    */
>>   
>> -#include "drm/i915_drm.h"
>> +#include <drm/i915_drm.h>
>> +
>>   #include "i915_drv.h"
>>   
>>   #include "gem/i915_gem_region.h"
>

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-gfx mailing list