From: Daniel Stone Date: Thu, 19 Mar 2015 04:33:00 +0000 (+0000) Subject: drm: mode: Fix typo in kerneldoc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=448002471bf6cc34069c2b34a2727abeba079834;p=linux-beck.git drm: mode: Fix typo in kerneldoc Signed-off-by: Daniel Stone Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index 2cca85f23138..53885968bdaf 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c @@ -1148,7 +1148,7 @@ EXPORT_SYMBOL(drm_mode_sort); /** * drm_mode_connector_list_update - update the mode list for the connector * @connector: the connector to update - * @merge_type_bits: whether to merge or overright type bits. + * @merge_type_bits: whether to merge or overwrite type bits * * This moves the modes from the @connector probed_modes list * to the actual mode list. It compares the probed mode against the current