Date: Fri, 27 Nov 2015 15:58:52 +0000 (UTC) From: Andrew Rybchenko <arybchik@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291392 - head/sys/dev/sfxge/common Message-ID: <201511271558.tARFwqP2078831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arybchik Date: Fri Nov 27 15:58:52 2015 New Revision: 291392 URL: https://svnweb.freebsd.org/changeset/base/291392 Log: sfxge: cleanup: fix prefast annotation Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Modified: head/sys/dev/sfxge/common/hunt_nic.c Modified: head/sys/dev/sfxge/common/hunt_nic.c ============================================================================== --- head/sys/dev/sfxge/common/hunt_nic.c Fri Nov 27 15:54:36 2015 (r291391) +++ head/sys/dev/sfxge/common/hunt_nic.c Fri Nov 27 15:58:52 2015 (r291392) @@ -601,7 +601,7 @@ fail1: static __checkReturn int efx_mcdi_free_piobuf( __in efx_nic_t *enp, - __out efx_piobuf_handle_t handle) + __in efx_piobuf_handle_t handle) { efx_mcdi_req_t req; uint8_t payload[MAX(MC_CMD_FREE_PIOBUF_IN_LEN,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511271558.tARFwqP2078831>