diff options
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r-- | drivers/gpu/drm/drm_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index adce9a26bac9..a28e7a91c8be 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c | |||
@@ -1272,7 +1272,7 @@ const char *drm_get_mode_status_name(enum drm_mode_status status) | |||
1272 | * @verbose: be verbose about it | 1272 | * @verbose: be verbose about it |
1273 | * | 1273 | * |
1274 | * This helper function can be used to prune a display mode list after | 1274 | * This helper function can be used to prune a display mode list after |
1275 | * validation has been completed. All modes who's status is not MODE_OK will be | 1275 | * validation has been completed. All modes whose status is not MODE_OK will be |
1276 | * removed from the list, and if @verbose the status code and mode name is also | 1276 | * removed from the list, and if @verbose the status code and mode name is also |
1277 | * printed to dmesg. | 1277 | * printed to dmesg. |
1278 | */ | 1278 | */ |