[ovs-dev] [PATCH] pinctrl: Fix "sparse" warning.

Joe Stringer joe at ovn.org
Tue May 17 18:28:38 UTC 2016


On 17 May 2016 at 07:44, Ben Pfaff <blp at ovn.org> wrote:
> The ofport member should be an ofp_port_t, since it represents an OpenFlow
> port number.
>
> Fixes: 9baaabfff3c7 ("ovn: Fix localnet ports deletion and recreation sometimes after restart.")
> Signed-off-by: Ben Pfaff <blp at ovn.org>

Thanks, this fixes the issue for me.

Acked-by: Joe Stringer <joe at ovn.org>


As a side note for anyone interested, with a little git config item:
[pretty]
fixes = Fixes: %h (\"%s\")

Plus a simple bash function:
https://github.com/joestringer/config/blob/e66ccc6be698b25237e3e21d4b25ecf168bc9e98/.bashrc#L255-284

You can run something like "git-fixes-amend <commitid>" after signing
off a commit and it'll put this tag in there for you.



More information about the dev mailing list