aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl/i40e_osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ixl/i40e_osdep.h')
-rwxr-xr-xsys/dev/ixl/i40e_osdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ixl/i40e_osdep.h b/sys/dev/ixl/i40e_osdep.h
index 895bf83cd686..83e89229c400 100755
--- a/sys/dev/ixl/i40e_osdep.h
+++ b/sys/dev/ixl/i40e_osdep.h
@@ -147,8 +147,7 @@ void prefetch(void *x)
#define prefetch(x)
#endif
-struct i40e_osdep
-{
+struct i40e_osdep {
bus_space_tag_t mem_bus_space_tag;
bus_space_handle_t mem_bus_space_handle;
bus_size_t mem_bus_space_size;