]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix spelling mistake in i915_reg.h
authorFlavio Suligoi <f.suligoi@asem.it>
Fri, 3 Jul 2020 12:50:46 +0000 (14:50 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 6 Jul 2020 18:21:07 +0000 (19:21 +0100)
commitc22172818cb124ff16c66e4bd7cd1559b4aa687a
tree6ff7965f80e67f517854b3e4afc7db336e6346ed
parenta30f91ef2409982261f9616b76b96b35621ac557
drm/i915: Fix spelling mistake in i915_reg.h

Fix typo: "TRIGER" --> "TRIGGER"

The two misplelled macros:

1) OAREPORTTRIG1_EDGE_LEVEL_TRIGER_SELECT_MASK
2) OAREPORTTRIG5_EDGE_LEVEL_TRIGER_SELECT_MASK

are not used in any other sources of the kernel,
so this change can be consider only a local change
for the i915_reg.h file.

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200703125046.8395-1-f.suligoi@asem.it
drivers/gpu/drm/i915/i915_reg.h