svn commit: r367929 - head/sys/dev/isp

Kyle Evans self at kyle-evans.net
Sun Nov 22 15:23:38 UTC 2020


On Sat, Nov 21, 2020 at 11:43 PM Alexander Motin <mav at freebsd.org> wrote:
>
> Author: mav
> Date: Sun Nov 22 05:42:52 2020
> New Revision: 367929
> URL: https://svnweb.freebsd.org/changeset/base/367929
>
> Log:
>   Fix build after 367926.
>
>   Option ISP_TARGET_MODE is evil.
>

The LINT build appears to be broken following these, see:
https://ci.freebsd.org/job/FreeBSD-head-amd64-LINT/18514/console

09:02:49 --- isp_freebsd.o ---
09:02:49 /workspace/src/sys/dev/isp/isp_freebsd.c:1483:26: error: more
'%' conversions than data arguments [-Werror,-Wformat]
09:02:49         KASSERT(atp == NULL, ("%s: atp is not NULL on noresrc!\n"));
09:02:49                                ~^


More information about the svn-src-head mailing list