Skip to content

Commit

Permalink
drm/i915: enum i915_power_well_id is not proper kernel-doc
Browse files Browse the repository at this point in the history
Revert to a normal comment, as the enum isn't properly documented
anyway.

Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/f2c44a0aa00ea7d9b71e7a3183a7507f98811146.1502368010.git.jani.nikula@intel.com
  • Loading branch information
jnikula committed Aug 10, 2017
1 parent 83e92c2 commit c3fdb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ static inline bool i915_mmio_reg_valid(i915_reg_t reg)
#define DP_SSS_RESET(pipe) _DP_SSS(0x2, (pipe))
#define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe))

/**
/*
* i915_power_well_id:
*
* Platform specific IDs used to look up power wells and - except for custom
Expand Down

0 comments on commit c3fdb9d

Please sign in to comment.