Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 14:05:00 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r293918 - stable/10/sys/dev/sfxge/common
Message-ID:  <201601141405.u0EE50O8015777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601141405.u0EE50O8015777>