[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250516092343.3206846-1-andyshrk@163.com>
Date: Fri, 16 May 2025 17:23:38 +0800
From: Andy Yan <andyshrk@....com>
To: tzimmermann@...e.de
Cc: airlied@...il.com,
maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
simona@...ll.ch,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Andy Yan <andyshrk@....com>
Subject: [PATCH] drm: Fix one indentation issue in drm_auth.h
This should be one space.
Signed-off-by: Andy Yan <andyshrk@....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
Powered by blists - more mailing lists