Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1553107
| From | Alexander Alemayhu <alexander@alemayhu.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drm/nouveau: fix typo |
| Date | 2017-01-06 21:50 +0100 |
| Message-ID | <sWJCy-7a6-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
s/avalilable/available Signed-off-by: Alexander Alemayhu <alexander@alemayhu.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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] drm/nouveau: fix typo Alexander Alemayhu <alexander@alemayhu.com> - 2017-01-06 21:50 +0100
csiph-web