From: Damien Lespiau Date: Mon, 18 May 2015 18:53:48 +0000 (+0100) Subject: drm/i915: Fix 'suspedn' typo X-Git-Tag: v4.2-rc1~33^2~66 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c965d99557fd48e8c57d793ec22458e508cbf676;p=karo-tx-linux.git drm/i915: Fix 'suspedn' typo Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 51149fb75e96..5cc57f2ec192 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c @@ -989,7 +989,7 @@ static int i915_pm_suspend_late(struct device *dev) struct drm_device *drm_dev = dev_to_i915(dev)->dev; /* - * We have a suspedn ordering issue with the snd-hda driver also + * We have a suspend ordering issue with the snd-hda driver also * requiring our device to be power up. Due to the lack of a * parent/child relationship we currently solve this with an late * suspend hook.