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,
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to