From: Eric Engestrom <eric.engestrom@imgtec.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH xorg-wiki 2/2] DRMJanitors: fix Markdown rendering
Date: Tue, 24 Jan 2017 16:58:37 +0000 [thread overview]
Message-ID: <20170124165837.3851-2-eric.engestrom@imgtec.com> (raw)
In-Reply-To: <20170124165837.3851-1-eric.engestrom@imgtec.com>
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(-)
diff --git a/DRMJanitors.mdwn b/DRMJanitors.mdwn
index 4c4a978a..3df8dcd4 100644
--- a/DRMJanitors.mdwn
+++ b/DRMJanitors.mdwn
@@ -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.
--
Cheers,
Eric
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2017-01-24 16:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 16:58 [PATCH xorg-wiki 1/2] DRMJanitors: fix DRM docs URL Eric Engestrom
2017-01-24 16:58 ` Eric Engestrom [this message]
2017-01-25 4:56 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170124165837.3851-2-eric.engestrom@imgtec.com \
--to=eric.engestrom@imgtec.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox