[PATCH] dim: Spell "Signed-off-by" out
Ville Syrjälä
ville.syrjala at linux.intel.com
Wed Nov 7 10:39:03 UTC 2018
On Tue, Nov 06, 2018 at 04:03:50PM -0800, Rodrigo Vivi wrote:
> Or we have the risk of getting tricked out by
>
> "Suggested-by:"
>
> Like we were on kernel commit 35b876db4a42 ("drm/i915/dsc:
> Add slice_row_per_frame in DSC PPS programming"
Yeah, seems good to make this really explicit. Even a minor typo might
annoy other tools that check for this.
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Reference: https://lists.freedesktop.org/archives/intel-gfx/2018-November/181151.html
> Cc: Stephen Rothwell <sfr at canb.auug.org.au>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Cc: Jani Nikula <jani.nikula at intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
> dim | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dim b/dim
> index 1fc40ef15317..3d6548568b56 100755
> --- a/dim
> +++ b/dim
> @@ -795,13 +795,13 @@ function checkpatch_commit_push
> author_outlook=$(git show -s $sha1 --format="format:%an" | sed -e 's/\([^ ]*\) \(.*\)/\2, \1/')
>
> # check for author sign-off
> - if ! git show -s $sha1 | grep -qi "S.*-by:.*\\($author\\|$author_outlook\\)" ; then
> + if ! git show -s $sha1 | grep -qi "Signed-off-by:.*\\($author\\|$author_outlook\\)" ; then
> echoerr "$sha1 is lacking author of sign-off"
> rv=1
> fi
>
> # check for committer sign-off
> - if ! git show -s $sha1 | grep -qi "S.*-by:.*$committer" ; then
> + if ! git show -s $sha1 | grep -qi "Signed-off-by:.*$committer" ; then
> echoerr "$sha1 is lacking committer of sign-off"
> rv=1
> fi
> --
> 2.19.1
>
> _______________________________________________
> dim-tools mailing list
> dim-tools at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dim-tools
--
Ville Syrjälä
Intel
More information about the dim-tools
mailing list