2018-11-07 10:22:52

by Colin King

[permalink] [raw]
Subject: [PATCH][drm-next] drm/i915/csr: fix spelling mistake "firmare" -> "firmware"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in DRM_INFO message

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/gpu/drm/i915/intel_csr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index fc7bd21fa586..c1ca6596ff5c 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -499,7 +499,7 @@ void intel_csr_ucode_init(struct drm_i915_private *dev_priv)
if (i915_modparams.dmc_firmware_path) {
if (strlen(i915_modparams.dmc_firmware_path) == 0) {
csr->fw_path = NULL;
- DRM_INFO("Disabling CSR firmare and runtime PM\n");
+ DRM_INFO("Disabling CSR firmware and runtime PM\n");
return;
}

--
2.19.1



2018-11-07 15:33:03

by Chris Wilson

[permalink] [raw]
Subject: Re: [PATCH][drm-next] drm/i915/csr: fix spelling mistake "firmare" -> "firmware"

Quoting Colin King (2018-11-07 10:22:11)
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in DRM_INFO message
>
> Signed-off-by: Colin Ian King <[email protected]>

Thank you for the spelling correction, applied.
-Chris