diff options
author | Eric Engestrom <[email protected]> | 2018-05-23 12:46:00 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-05-23 16:52:23 +0100 |
commit | 8034f5f6236e4a94bb49f5b467532b236d51e912 (patch) | |
tree | 2c585338bcdc2cf96461d207d5269343cd39def1 /docs/submittingpatches.html | |
parent | 6db0660d089ab2172c8774ba424cf967d45703f1 (diff) |
docs: fix `<` & `>` used in html code
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs/submittingpatches.html')
-rw-r--r-- | docs/submittingpatches.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index ba09aa4ad73..178ec5f89ec 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -122,9 +122,9 @@ Please use common sense and do <strong>not</strong> blindly add everyone. <pre> $ scripts/get_reviewer.pl --help # to get the help screen $ scripts/get_reviewer.pl -f src/egl/drivers/dri2/platform_android.c - Rob Herring <[email protected]> (reviewer:ANDROID EGL SUPPORT,added_lines:188/700=27%,removed_lines:58/283=20%) - Tomasz Figa <[email protected]> (reviewer:ANDROID EGL SUPPORT,authored:12/41=29%,added_lines:308/700=44%,removed_lines:115/283=41%) - Emil Velikov <[email protected]> (authored:13/41=32%,removed_lines:76/283=27%) + Rob Herring <[email protected]> (reviewer:ANDROID EGL SUPPORT,added_lines:188/700=27%,removed_lines:58/283=20%) + Tomasz Figa <[email protected]> (reviewer:ANDROID EGL SUPPORT,authored:12/41=29%,added_lines:308/700=44%,removed_lines:115/283=41%) + Emil Velikov <[email protected]> (authored:13/41=32%,removed_lines:76/283=27%) </pre> </ul> |