diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-20 16:14:15 +0100 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2018-11-21 11:11:44 +0200 |
commit | 3c64ea8c98eeb28707ce901c313b6c1e490b27b2 (patch) | |
tree | 033e8fc4fd65b3c20f48e82f591fe422af35097e /drivers | |
parent | 78abd9e2c8f4e2a5859c100278baf44d46d47c85 (diff) |
drm/i915: fix spelling mistake "reserverd" -> "reserved"
Fix a spelling mistake in a comment.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181120151415.32419-1-alexandre.belloni@bootlin.com
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/i915/i915_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index 69447c68b9af..7f455bca528e 100644 --- a/drivers/gpu/drm/i915/i915_debugfs.c +++ b/drivers/gpu/drm/i915/i915_debugfs.c @@ -4352,7 +4352,7 @@ static void gen10_sseu_device_status(struct drm_i915_private *dev_priv, for (s = 0; s < info->sseu.max_slices; s++) { /* * FIXME: Valid SS Mask respects the spec and read - * only valid bits for those registers, excluding reserverd + * only valid bits for those registers, excluding reserved * although this seems wrong because it would leave many * subslices without ACK. */ |