summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/drm/drm_file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h
index d4f1c115ea0f..f0ef32e9fa5e 100644
--- a/include/drm/drm_file.h
+++ b/include/drm/drm_file.h
@@ -395,7 +395,10 @@ struct drm_file {
* Userspace-provided name; useful for accounting and debugging.
*/
const char *client_name;
- /** @name_lock: Protects @client_name. */
+
+ /**
+ * @client_name_lock: Protects @client_name.
+ */
struct mutex client_name_lock;
};