diff options
author | Francois Dugast <francois.dugast@intel.com> | 2023-07-11 18:33:55 +0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 19:37:30 +0300 |
commit | 4ab5901cc0ed8951ae58b01740d0037dbbca8558 (patch) | |
tree | 730fa59f1da519f51459333f5dabca15c2ed5eaa /drivers/gpu/drm/xe/xe_device.h | |
parent | fb1d55efdfcbfd8711f7b8db65267f370fa0e49b (diff) | |
download | linux-4ab5901cc0ed8951ae58b01740d0037dbbca8558.tar.xz |
drm/xe: Cleanup POINTER_LOCATION style issues
Remove all existing style issues of type POINTER_LOCATION reported
by checkpatch.
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_device.h')
-rw-r--r-- | drivers/gpu/drm/xe/xe_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_device.h b/drivers/gpu/drm/xe/xe_device.h index 5c827beaea28..a64828bc6ad2 100644 --- a/drivers/gpu/drm/xe/xe_device.h +++ b/drivers/gpu/drm/xe/xe_device.h @@ -132,7 +132,7 @@ static inline void xe_device_guc_submission_disable(struct xe_device *xe) for ((id__) = 0; (id__) < (xe__)->info.gt_count; (id__)++) \ for_each_if((gt__) = xe_device_get_gt((xe__), (id__))) -static inline struct xe_force_wake * gt_to_fw(struct xe_gt *gt) +static inline struct xe_force_wake *gt_to_fw(struct xe_gt *gt) { return >->mmio.fw; } |