[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170106204519.16744-1-alexander@alemayhu.com>
Date: Fri, 6 Jan 2017 21:45:19 +0100
From: Alexander Alemayhu <alexander@...mayhu.com>
To: linux-kernel@...r.kernel.org
Cc: bskeggs@...hat.com, Alexander Alemayhu <alexander@...mayhu.com>
Subject: [PATCH] drm/nouveau: fix typo
s/avalilable/available
Signed-off-by: Alexander Alemayhu <alexander@...mayhu.com>
---
drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/nouveau_connector.c
index 947c200655b4..da6799d752e6 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.c
@@ -696,7 +696,7 @@ nouveau_connector_detect_lvds(struct drm_connector *connector, bool force)
}
/* If no EDID found above, and the VBIOS indicates a hardcoded
- * modeline is avalilable for the panel, set it as the panel's
+ * modeline is available for the panel, set it as the panel's
* native mode and exit.
*/
if (nouveau_bios_fp_mode(dev, NULL) && (drm->vbios.fp_no_ddc ||
--
2.11.0
Powered by blists - more mailing lists