aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/mbpool.h')
-rw-r--r--sys/sys/mbpool.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/mbpool.h b/sys/sys/mbpool.h
index 60ad4f8be399..f292f29721ab 100644
--- a/sys/sys/mbpool.h
+++ b/sys/sys/mbpool.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
* All rights reserved.
@@ -25,7 +25,9 @@
* SUCH DAMAGE.
*
* Author: Hartmut Brandt <harti@freebsd.org>
- *
+ */
+
+/*
* This implements pools of DMA-able buffers that conserve DMA address space
* by putting several buffers into one page and that allow to map between
* 32-bit handles for the buffer and buffer addresses (to use 32-bit network