]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915/pxp: fix typos in i915/pxp files
authorNitin Gote <nitin.r.gote@intel.com>
Mon, 20 Jan 2025 08:15:13 +0000 (13:45 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 23 Jan 2025 10:48:23 +0000 (05:48 -0500)
Fix all typos in files under drm/i915/pxp reported by codespell tool.

Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Reviewed-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250120081517.3237326-5-nitin.r.gote@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h
drivers/gpu/drm/i915/pxp/intel_pxp_types.h

index 329b4fcdc04053ee774e5a908beefda5e19958ac..929c20e98300c53fb232297c3c4824c56e905345 100644 (file)
@@ -41,7 +41,7 @@ struct pxp43_huc_auth_out {
 /* PXP-Input-Packet: Init PXP session */
 struct pxp43_create_arb_in {
        struct pxp_cmd_header header;
-               /* header.stream_id fields for vesion 4.3 of Init PXP session: */
+               /* header.stream_id fields for version 4.3 of Init PXP session: */
                #define PXP43_INIT_SESSION_VALID BIT(0)
                #define PXP43_INIT_SESSION_APPTYPE BIT(1)
                #define PXP43_INIT_SESSION_APPID GENMASK(17, 2)
index 07864b584cf4c26e3b650cec73eed61952904bc8..febdbcd8d61e44739e990dd6ca6483ca1f7a840d 100644 (file)
@@ -21,7 +21,7 @@ struct drm_i915_private;
  */
 struct intel_pxp {
        /**
-        * @ctrl_gt: poiner to the tile that owns the controls for PXP subsystem assets that
+        * @ctrl_gt: pointer to the tile that owns the controls for PXP subsystem assets that
         * the VDBOX, the KCR engine (and GSC CS depending on the platform)
         */
        struct intel_gt *ctrl_gt;