[Mesa-dev] [PATCH 1/4] mesa: (trivial) fix typo in python scripts
Matt Turner
mattst88 at gmail.com
Thu Jan 28 12:15:35 PST 2016
I don't understand the need to mark patches trivial. It's trivial to
make that determination from looking at the patch. :)
On Sun, Jan 17, 2016 at 1:49 PM, <sroland at vmware.com> wrote:
> From: Roland Scheidegger <sroland at vmware.com>
>
> ---
> src/gallium/auxiliary/util/u_format_parse.py | 2 +-
> src/mesa/main/format_parser.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/auxiliary/util/u_format_parse.py b/src/gallium/auxiliary/util/u_format_parse.py
> index 929017a..a6442bd 100755
> --- a/src/gallium/auxiliary/util/u_format_parse.py
> +++ b/src/gallium/auxiliary/util/u_format_parse.py
> @@ -313,7 +313,7 @@ def _parse_channels(fields, layout, colorspace, swizzles):
> return channels
>
> def parse(filename):
> - '''Parse the format descrition in CSV format in terms of the
> + '''Parse the format description in CSV format in terms of the
Trailing whitespace.
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list