diff options
Diffstat (limited to 'drivers/gpu/drm/drm_encoder_slave.c')
-rw-r--r-- | drivers/gpu/drm/drm_encoder_slave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_encoder_slave.c b/drivers/gpu/drm/drm_encoder_slave.c index 4484785cd9ac..cf804389f5ec 100644 --- a/drivers/gpu/drm/drm_encoder_slave.c +++ b/drivers/gpu/drm/drm_encoder_slave.c | |||
@@ -43,7 +43,7 @@ | |||
43 | * &drm_encoder_slave. The @slave_funcs field will be initialized with | 43 | * &drm_encoder_slave. The @slave_funcs field will be initialized with |
44 | * the hooks provided by the slave driver. | 44 | * the hooks provided by the slave driver. |
45 | * | 45 | * |
46 | * If @info->platform_data is non-NULL it will be used as the initial | 46 | * If @info.platform_data is non-NULL it will be used as the initial |
47 | * slave config. | 47 | * slave config. |
48 | * | 48 | * |
49 | * Returns 0 on success or a negative errno on failure, in particular, | 49 | * Returns 0 on success or a negative errno on failure, in particular, |