summaryrefslogtreecommitdiff
path: root/Projects/drm_hwcomposer.mdwn
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2017-09-22 00:10:02 +0200
committerRobert Foss <robert.foss@collabora.com>2017-09-22 00:10:02 +0200
commitd508d1f479342da8e33e11af4a38c1a2427e2bac (patch)
tree5fb3cb3371f333c6618eb77273813b416801e8d0 /Projects/drm_hwcomposer.mdwn
parent6fd9d01bc1ee38c0724141124febb956f70b858e (diff)
drm_hwcomposer
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Diffstat (limited to 'Projects/drm_hwcomposer.mdwn')
-rw-r--r--Projects/drm_hwcomposer.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/drm_hwcomposer.mdwn b/Projects/drm_hwcomposer.mdwn
index 2ed1e74d..0db4ac90 100644
--- a/Projects/drm_hwcomposer.mdwn
+++ b/Projects/drm_hwcomposer.mdwn
@@ -20,7 +20,7 @@ Create your working branch to track upstream/master:
Make your awesome changes.
-Ensure that your change conforms with the Google C++ style guide (modulo some custom goo added in .clang-format, located in the drm_hwcomposer directory). The following command will show you which parts of your diff do not conform. If you're happy with the proposed change, you can call clang-format-diff again with the -i argument to apply the changes directly to your files.
+Ensure that your change conforms with the Google C++ style guide (modulo some custom goo added in .clang-format, located in the drm_hwcomposer directory). The following command will show you which parts of your diff do not conform. If you're happy with the proposed change, you can call clang-format-diff again with the -i argument to apply the changes directly to your files.
git diff | clang-format-diff-3.5 -p 1 -style=file
@@ -35,7 +35,7 @@ In the commit message, ensure that you have the following:
* Signed-off-by line (git commit -s will do this for you)
* Subject prefixed with drm_hwcomposer (yeah yeah yeah, if all the subjects are prefixed, then none are. Deal with it.)
- drm_hwcomposer: Fix *ALL* the bugs
+ drm_hwcomposer: Fix ALL the bugs
This change fixes all of the bugs.