diff mbox series

drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"

Message ID 20181125232524.14672-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" | expand

Commit Message

Colin King Nov. 25, 2018, 11:25 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/i915/gvt/interrupt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Zhenyu Wang Nov. 29, 2018, 8:43 a.m. UTC | #1
On 2018.11.25 23:25:24 +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message, fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/i915/gvt/interrupt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/interrupt.c b/drivers/gpu/drm/i915/gvt/interrupt.c
> index 5daa23ae566b..6b9d1354ff29 100644
> --- a/drivers/gpu/drm/i915/gvt/interrupt.c
> +++ b/drivers/gpu/drm/i915/gvt/interrupt.c
> @@ -126,7 +126,7 @@ static const char * const irq_name[INTEL_GVT_EVENT_MAX] = {
>  	[FDI_RX_INTERRUPTS_TRANSCODER_C] = "FDI RX Interrupts Combined C",
>  	[AUDIO_CP_CHANGE_TRANSCODER_C] = "Audio CP Change Transcoder C",
>  	[AUDIO_CP_REQUEST_TRANSCODER_C] = "Audio CP Request Transcoder C",
> -	[ERR_AND_DBG] = "South Error and Debug Interupts Combined",
> +	[ERR_AND_DBG] = "South Error and Debug Interrupts Combined",
>  	[GMBUS] = "Gmbus",
>  	[SDVO_B_HOTPLUG] = "SDVO B hotplug",
>  	[CRT_HOTPLUG] = "CRT Hotplug",
> -- 
> 2.19.1
> 

Applied this. Thanks!
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/gvt/interrupt.c b/drivers/gpu/drm/i915/gvt/interrupt.c
index 5daa23ae566b..6b9d1354ff29 100644
--- a/drivers/gpu/drm/i915/gvt/interrupt.c
+++ b/drivers/gpu/drm/i915/gvt/interrupt.c
@@ -126,7 +126,7 @@  static const char * const irq_name[INTEL_GVT_EVENT_MAX] = {
 	[FDI_RX_INTERRUPTS_TRANSCODER_C] = "FDI RX Interrupts Combined C",
 	[AUDIO_CP_CHANGE_TRANSCODER_C] = "Audio CP Change Transcoder C",
 	[AUDIO_CP_REQUEST_TRANSCODER_C] = "Audio CP Request Transcoder C",
-	[ERR_AND_DBG] = "South Error and Debug Interupts Combined",
+	[ERR_AND_DBG] = "South Error and Debug Interrupts Combined",
 	[GMBUS] = "Gmbus",
 	[SDVO_B_HOTPLUG] = "SDVO B hotplug",
 	[CRT_HOTPLUG] = "CRT Hotplug",