diff options
Diffstat (limited to 'drivers/gpu/drm/drm_connector.c')
-rw-r--r-- | drivers/gpu/drm/drm_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 3115db2ae6b1..799edd0d308e 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c | |||
@@ -49,7 +49,7 @@ | |||
49 | * Connectors must be attached to an encoder to be used. For devices that map | 49 | * Connectors must be attached to an encoder to be used. For devices that map |
50 | * connectors to encoders 1:1, the connector should be attached at | 50 | * connectors to encoders 1:1, the connector should be attached at |
51 | * initialization time with a call to drm_mode_connector_attach_encoder(). The | 51 | * initialization time with a call to drm_mode_connector_attach_encoder(). The |
52 | * driver must also set the struct &drm_connector encoder field to point to the | 52 | * driver must also set the &struct drm_connector encoder field to point to the |
53 | * attached encoder. | 53 | * attached encoder. |
54 | * | 54 | * |
55 | * For connectors which are not fixed (like built-in panels) the driver needs to | 55 | * For connectors which are not fixed (like built-in panels) the driver needs to |