Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1630317 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-04-25 11:10 +0200 |
| Last post | 2017-04-27 09:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Colin King <colin.king@canonical.com> - 2017-04-25 11:10 +0200
Re: [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Zhenyu Wang <zhenyuw@linux.intel.com> - 2017-04-27 09:20 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-04-25 11:10 +0200 |
| Subject | [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" |
| Message-ID | <tA4DT-2H8-1@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial fix to typo in WARN_ONCE message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/gpu/drm/i915/gvt/handlers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
index 0ad1a508e2af..c995e540ff96 100644
--- a/drivers/gpu/drm/i915/gvt/handlers.c
+++ b/drivers/gpu/drm/i915/gvt/handlers.c
@@ -1244,7 +1244,7 @@ static int dma_ctrl_write(struct intel_vgpu *vgpu, unsigned int offset,
mode = vgpu_vreg(vgpu, offset);
if (GFX_MODE_BIT_SET_IN_MASK(mode, START_DMA)) {
- WARN_ONCE(1, "VM(%d): iGVT-g doesn't supporte GuC\n",
+ WARN_ONCE(1, "VM(%d): iGVT-g doesn't support GuC\n",
vgpu->id);
return 0;
}
--
2.11.0
[toc] | [next] | [standalone]
| From | Zhenyu Wang <zhenyuw@linux.intel.com> |
|---|---|
| Date | 2017-04-27 09:20 +0200 |
| Message-ID | <tALSy-5DA-11@gated-at.bofh.it> |
| In reply to | #1630317 |
[Multipart message — attachments visible in raw view] — view raw
On 2017.04.25 10:05:12 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to typo in WARN_ONCE message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/gpu/drm/i915/gvt/handlers.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
> index 0ad1a508e2af..c995e540ff96 100644
> --- a/drivers/gpu/drm/i915/gvt/handlers.c
> +++ b/drivers/gpu/drm/i915/gvt/handlers.c
> @@ -1244,7 +1244,7 @@ static int dma_ctrl_write(struct intel_vgpu *vgpu, unsigned int offset,
> mode = vgpu_vreg(vgpu, offset);
>
> if (GFX_MODE_BIT_SET_IN_MASK(mode, START_DMA)) {
> - WARN_ONCE(1, "VM(%d): iGVT-g doesn't supporte GuC\n",
> + WARN_ONCE(1, "VM(%d): iGVT-g doesn't support GuC\n",
> vgpu->id);
> return 0;
> }
> --
applied, thanks!
--
Open Source Technology Center, Intel ltd.
$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web