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: Alan Previn <alan.previn.teres.alexis@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/gsc: use system include style for drm headers
Date: Fri, 26 May 2023 13:16:36 +0300	[thread overview]
Message-ID: <87v8gfieij.fsf@intel.com> (raw)
In-Reply-To: <b8ffd141-fedb-6d0a-0bf5-1e6080b53e1f@intel.com>

On Thu, 25 May 2023, "Ceraolo Spurio, Daniele" <daniele.ceraolospurio@intel.com> wrote:
> On 5/25/2023 2:49 AM, Jani Nikula wrote:
>> Use <> instead of "" for including headers from include/.
>>
>> Fixes: 8a9bf29546a1 ("drm/i915/gsc: add initial support for GSC proxy")
>> 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>
>
> dumb mistake, thanks for fixing it

It happens, no worries.

> Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>

Thanks for the reviews, pushed to drm-intel-gt-next.

BR,
Jani.


>
> Daniele
>
>> ---
>>   drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c b/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c
>> index ebee0b5a2c1d..5f138de3c14f 100644
>> --- a/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c
>> +++ b/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c
>> @@ -5,8 +5,8 @@
>>   
>>   #include <linux/component.h>
>>   
>> -#include "drm/i915_component.h"
>> -#include "drm/i915_gsc_proxy_mei_interface.h"
>> +#include <drm/i915_component.h>
>> +#include <drm/i915_gsc_proxy_mei_interface.h>
>>   
>>   #include "gt/intel_gt.h"
>>   #include "gt/intel_gt_print.h"
>

-- 
Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2023-05-26 10:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25  9:49 [Intel-gfx] [PATCH] drm/i915/gsc: use system include style for drm headers Jani Nikula
2023-05-25  9:59 ` Luca Coelho
2023-05-25 16:32 ` Ceraolo Spurio, Daniele
2023-05-26 10:16   ` Jani Nikula [this message]
2023-05-25 19:00 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-05-26  2:57 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=87v8gfieij.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 \
    /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.