svn commit: r291392 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Fri Nov 27 15:58:53 UTC 2015


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,


More information about the svn-src-head mailing list