diff options
Diffstat (limited to 'drivers/gpu/drm/drm_auth.c')
-rw-r--r-- | drivers/gpu/drm/drm_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_auth.c b/drivers/gpu/drm/drm_auth.c index 860cfe124c2a..7ff697389d74 100644 --- a/drivers/gpu/drm/drm_auth.c +++ b/drivers/gpu/drm/drm_auth.c | |||
@@ -40,8 +40,8 @@ | |||
40 | * least once successfully became the device master (either through the | 40 | * least once successfully became the device master (either through the |
41 | * SET_MASTER IOCTL, or implicitly through opening the primary device node when | 41 | * SET_MASTER IOCTL, or implicitly through opening the primary device node when |
42 | * no one else is the current master that time) there exists one &drm_master. | 42 | * no one else is the current master that time) there exists one &drm_master. |
43 | * This is noted in the is_master member of &drm_file. All other clients have | 43 | * This is noted in &drm_file.is_master. All other clients have just a pointer |
44 | * just a pointer to the &drm_master they are associated with. | 44 | * to the &drm_master they are associated with. |
45 | * | 45 | * |
46 | * In addition only one &drm_master can be the current master for a &drm_device. | 46 | * In addition only one &drm_master can be the current master for a &drm_device. |
47 | * It can be switched through the DROP_MASTER and SET_MASTER IOCTL, or | 47 | * It can be switched through the DROP_MASTER and SET_MASTER IOCTL, or |