drm/rect: Fix drm_rect_rotation_inv() docs
authorVille Syrjälä <[email protected]>
Thu, 26 Apr 2018 14:16:31 +0000 (17:16 +0300)
committerVille Syrjälä <[email protected]>
Wed, 2 May 2018 20:02:22 +0000 (23:02 +0300)
commitec66723197103eebd7f7099df6d5ea23deff679b
tree074f6930fd52df197780d057c5e00c1a9f6a6008
parent57450671776b37d7c81cd52a89982c14bca46cfc
drm/rect: Fix drm_rect_rotation_inv() docs

An overeager sed has corrupted the drm_rect_rotation_inv()
documentation. Fix it up.

Looks like it wasn't entirely correct before the sed fail
either. We were missing _rect_ from the function names, which
also explains why the sed hit these by accident.

Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/drm_rect.c