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

Alexander Motin mav at FreeBSD.org
Sun Nov 22 16:13:48 UTC 2020


On 22.11.2020 10:23, Kyle Evans wrote:
> 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                                ~^

Fixed in r367937.  Thanks.

-- 
Alexander Motin


More information about the svn-src-head mailing list