svn commit: r293918 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Thu Jan 14 14:05:02 UTC 2016
Author: arybchik
Date: Thu Jan 14 14:05:00 2016
New Revision: 293918
URL: https://svnweb.freebsd.org/changeset/base/293918
Log:
MFC r291392
sfxge: cleanup: fix prefast annotation
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/common/hunt_nic.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/hunt_nic.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/hunt_nic.c Thu Jan 14 14:04:08 2016 (r293917)
+++ stable/10/sys/dev/sfxge/common/hunt_nic.c Thu Jan 14 14:05:00 2016 (r293918)
@@ -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,
More information about the svn-src-stable-10
mailing list