summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/common/efx_impl.h
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-14 16:28:21 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-14 16:28:21 +0000
commit561882c89b9bd68c21ac95009d3e839a22eec7ff (patch)
tree5a91671e19744b7421d33d54bb0e0ba9c30c4f0f /sys/dev/sfxge/common/efx_impl.h
parent40bcb4368e34316d11d0c65521c28e64395e4bda (diff)
downloadFreeBSD-src-561882c89b9bd68c21ac95009d3e839a22eec7ff.zip
FreeBSD-src-561882c89b9bd68c21ac95009d3e839a22eec7ff.tar.gz
MFC r293817
sfxge: cleanup: prefast fixes in common code Submitted by: Andrew Lee <alee at solarflare.com> Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/efx_impl.h')
-rw-r--r--sys/dev/sfxge/common/efx_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h
index 16c0898..5397ffe 100644
--- a/sys/dev/sfxge/common/efx_impl.h
+++ b/sys/dev/sfxge/common/efx_impl.h
@@ -1120,7 +1120,7 @@ efx_vpd_hunk_next(
__in size_t size,
__out efx_vpd_tag_t *tagp,
__out efx_vpd_keyword_t *keyword,
- __out_bcount_opt(*paylenp) unsigned int *payloadp,
+ __out_opt unsigned int *payloadp,
__out_opt uint8_t *paylenp,
__inout unsigned int *contp);
OpenPOWER on IntegriCloud