[ovs-git] [openvswitch/ovs] 3bd2e4: checkpatch: Add explicit test for mailing list as ...

GitHub noreply at github.com
Fri Nov 2 20:42:09 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 3bd2e465a10bc40b76f66653edc1417ab4fa6783
      https://github.com/openvswitch/ovs/commit/3bd2e465a10bc40b76f66653edc1417ab4fa6783
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
    M tests/checkpatch.at
    M utilities/checkpatch.py

  Log Message:
  -----------
  checkpatch: Add explicit test for mailing list as author.

Somehow some such patches snuck through.  checkpatch caught them (and the
committer missed that) but this makes it even more explicit.

Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 0fb02e8e50f61aca2eaed0e84de71d97a483cdf2
      https://github.com/openvswitch/ovs/commit/0fb02e8e50f61aca2eaed0e84de71d97a483cdf2
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
    M utilities/checkpatch.py

  Log Message:
  -----------
  checkpatch: Speed up checking when spell checking not enabled.

On my machine it takes almost a second for enchant to read its dictionary.
This time is wasted when spell checking is not enabled.  This commit makes
checkpatch read the dictionary only when it will be used.

Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/1d478a800840...0fb02e8e50f6
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list