mirror of https://gitee.com/openkylin/linux.git
drm/i915: cosmetic fixes to i915_drv.h
Fix minor whitespace issues plus a typo. Signed-off-by: David Weinehall <david.weinehall@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160822103245.24069-2-david.weinehall@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
536ab3ca19
commit
351c3b53e7
|
@ -3787,7 +3787,7 @@ __raw_write(64, q)
|
|||
#undef __raw_write
|
||||
|
||||
/* These are untraced mmio-accessors that are only valid to be used inside
|
||||
* criticial sections inside IRQ handlers where forcewake is explicitly
|
||||
* critical sections inside IRQ handlers where forcewake is explicitly
|
||||
* controlled.
|
||||
* Think twice, and think again, before using these.
|
||||
* Note: Should only be used between intel_uncore_forcewake_irqlock() and
|
||||
|
|
Loading…
Reference in New Issue