drm/xe: Cleanup OPEN_BRACE style issues
authorFrancois Dugast <francois.dugast@intel.com>
Tue, 11 Jul 2023 14:58:20 +0000 (16:58 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:30 +0000 (11:37 -0500)
Remove almost all existing style issues of type OPEN_BRACE 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>
drivers/gpu/drm/xe/xe_gt_mcr.c

index 3db550c85e32ccd5b132330ff1b4394198c72b21..ff4075387564903e35a62bfe8ed6239842a60c80 100644 (file)
@@ -429,7 +429,8 @@ static void mcr_lock(struct xe_gt *gt)
        drm_WARN_ON_ONCE(&xe->drm, ret == -ETIMEDOUT);
 }
 
-static void mcr_unlock(struct xe_gt *gt) {
+static void mcr_unlock(struct xe_gt *gt)
+{
        /* Release hardware semaphore */
        if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270)
                xe_mmio_write32(gt, STEER_SEMAPHORE, 0x1);