Message ID | 20220403231040.18540-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] drm: drm/drm_file.h: fix a kernel-doc typo | expand |
--- linux-next-20220401.orig/include/drm/drm_file.h +++ linux-next-20220401/include/drm/drm_file.h @@ -248,7 +248,7 @@ struct drm_file { */ struct drm_master *master; - /** @master_lock: Serializes @master. */ + /** @master_lookup_lock: Serializes @master. */ spinlock_t master_lookup_lock; /** @pid: Process that opened this file. */