diff options
author | mdf <mdf@FreeBSD.org> | 2011-12-12 18:27:28 +0000 |
---|---|---|
committer | mdf <mdf@FreeBSD.org> | 2011-12-12 18:27:28 +0000 |
commit | d81aa8478d59e3f8a566db86aa513e80514e81e6 (patch) | |
tree | 5b2dae7f786895cba60946b8b062cd687e178b7a /contrib/diff/lib | |
parent | a7b842db79e6f18933fb8b0436f92f66ab983c6e (diff) | |
download | FreeBSD-src-d81aa8478d59e3f8a566db86aa513e80514e81e6.zip FreeBSD-src-d81aa8478d59e3f8a566db86aa513e80514e81e6.tar.gz |
Consistently use types in ixgbe driver code:
- {ixgbe,ixv}_header_split is passed to TUNABLE_INT, so delcare it
int, not bool.
- {ixgbe,ixv}_tx_ctx_setup() returns a boolean value, so declare it
bool, not int.
- {ixgbe,ixv}_tso_setup() returns a bool, so declare it bool, not boolean_t.
- {ixgbe,ixv}_txeof() returns a bool, so declare it bool, not boolean_t.
- Do not re-define bool if the symbol already exists.
MFC after: 2 weeks
Sponsored by: Isilon Systems, LLC
Diffstat (limited to 'contrib/diff/lib')
0 files changed, 0 insertions, 0 deletions