From: "Ceraolo Spurio, Daniele" <daniele.ceraolospurio@intel.com>
To: Jani Nikula <jani.nikula@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: Mon, 7 Nov 2022 07:59:31 -0800 [thread overview]
Message-ID: <25f12419-bec3-d8af-c784-fe1582436c66@intel.com> (raw)
In-Reply-To: <20221107140454.2680954-1-jani.nikula@intel.com>
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>
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"
next prev parent reply other threads:[~2022-11-07 15:59 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 [this message]
2022-11-08 10:09 ` Jani Nikula
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=25f12419-bec3-d8af-c784-fe1582436c66@intel.com \
--to=daniele.ceraolospurio@intel.com \
--cc=alan.previn.teres.alexis@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox