diff options
author | Francois Dugast <francois.dugast@intel.com> | 2023-07-19 13:51:08 +0000 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 11:37:52 -0500 |
commit | 72e8d73b712d2232019b33d2331099d3071ea94a (patch) | |
tree | 1680307d4c2b0c2f5bfee524c87426b150e3d9f1 /drivers/gpu/drm/xe/xe_map.h | |
parent | ea82d5aab53f8f13fa0834d0b4341ca0788c2a8f (diff) |
drm/xe: Cleanup style warnings and errors
Fix 6 errors and 20 warnings reported by checkpatch.pl.
Signed-off-by: Francois Dugast <francois.dugast@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_map.h')
-rw-r--r-- | drivers/gpu/drm/xe/xe_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_map.h b/drivers/gpu/drm/xe/xe_map.h index 032c2e8b5438..f62e0c8b67ab 100644 --- a/drivers/gpu/drm/xe/xe_map.h +++ b/drivers/gpu/drm/xe/xe_map.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +/* SPDX-License-Identifier: MIT */ /* * Copyright © 2022 Intel Corporation */ |