@@ -14,11 +14,11 @@
Contact: [[Daniel Vetter|DanielVetter]], Thierry Redding, respective driver maintainers
-#### Switch from _reference/unreference to _get/put
+#### Switch from reference/unreference to get/put
-For some reason drm core uses _reference/unreference suffices for refcounting functions, but kernel uses _get/put (e.g. kref_get/put()). Would be good to switch over for consistency, and it's shorter. Needs to be done in 3 steps for each pair of functions:
+For some reason drm core uses reference/unreference suffices for refcounting functions, but kernel uses get/put (e.g. kref_get/put()). Would be good to switch over for consistency, and it's shorter. Needs to be done in 3 steps for each pair of functions:
-- Create new _get/put functions, define the old names as compat wrappers.
+- Create new get/put functions, define the old names as compat wrappers.
- Switch over each file/driver using a cocci-generated spatch.
- Once all users of the old names are gone, remove them.
Underscores (`_`) have a special meaning in Markdown, and they are unnecessary information here, so un-break the rendering by removing them. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> --- DRMJanitors.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)