[PATCH] drm: Fix one indentation issue in drm_auth.h

Andy Yan andyshrk at 163.com
Fri May 16 09:23:38 UTC 2025


This should be one space.

Signed-off-by: Andy Yan <andyshrk at 163.com>
---

 include/drm/drm_auth.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_auth.h b/include/drm/drm_auth.h
index 50131383ed81..830386804f91 100644
--- a/include/drm/drm_auth.h
+++ b/include/drm/drm_auth.h
@@ -86,7 +86,7 @@ struct drm_master {
 	 * ID for lessees. Owners (i.e. @lessor is NULL) always have ID 0.
 	 * Protected by &drm_device.mode_config's &drm_mode_config.idr_mutex.
 	 */
-	int	lessee_id;
+	int lessee_id;
 
 	/**
 	 * @lessee_list:
-- 
2.43.0

base-commit: a4f3be422d87958ef9f17d96df142e5d573d2f23
branch: drm-misc-next



More information about the dri-devel mailing list