All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: "Ceraolo Spurio, Daniele" <daniele.ceraolospurio@intel.com>,
	intel-gfx@lists.freedesktop.org
Cc: Tomas Winkler <tomas.winkler@intel.com>,
	Vitaly Lubart <vitaly.lubart@intel.com>,
	Alan Previn <alan.previn.teres.alexis@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/pxp: use <> instead of "" for headers in include/
Date: Tue, 08 Nov 2022 12:09:50 +0200	[thread overview]
Message-ID: <87edudahap.fsf@intel.com> (raw)
In-Reply-To: <25f12419-bec3-d8af-c784-fe1582436c66@intel.com>

On Mon, 07 Nov 2022, "Ceraolo Spurio, Daniele" <daniele.ceraolospurio@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@intel.com>
>> Cc: Vitaly Lubart <vitaly.lubart@intel.com>
>> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
>> Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@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

  reply	other threads:[~2022-11-08 10:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 14:04 [Intel-gfx] [PATCH] drm/i915/pxp: use <> instead of "" for headers in include/ Jani Nikula
2022-11-07 15:59 ` Ceraolo Spurio, Daniele
2022-11-08 10:09   ` Jani Nikula [this message]
2022-11-07 18:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-11-07 23:04 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edudahap.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=alan.previn.teres.alexis@intel.com \
    --cc=daniele.ceraolospurio@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=tomas.winkler@intel.com \
    --cc=vitaly.lubart@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.