summaryrefslogtreecommitdiffstats
path: root/sys/dev/cadence
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2013-04-28 07:00:36 +0000
committerwkoszek <wkoszek@FreeBSD.org>2013-04-28 07:00:36 +0000
commit4f2702c1c39b657c73de8dbbaaa4cbe725c95a7a (patch)
treeebd7253497b582127c9cb2af19a9d37b11f3dd5e /sys/dev/cadence
parent2aea9ea9f69ab80d5c533e0496fe14b636f43441 (diff)
downloadFreeBSD-src-4f2702c1c39b657c73de8dbbaaa4cbe725c95a7a.zip
FreeBSD-src-4f2702c1c39b657c73de8dbbaaa4cbe725c95a7a.tar.gz
Bring copyright changes with the agreement of Thomas Skibo.
Communication on src-commiters, Sat, 27 Apr 2013 22:09:06 -0700, Subject was: "Re: svn commit: r249997" As I'm here, fix the style main block comments in files' headers.
Diffstat (limited to 'sys/dev/cadence')
-rw-r--r--sys/dev/cadence/if_cgem.c5
-rw-r--r--sys/dev/cadence/if_cgem_hw.h6
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c
index 77c92b5..1bb3f09 100644
--- a/sys/dev/cadence/if_cgem.c
+++ b/sys/dev/cadence/if_cgem.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2012-2013 Thomas Skibo.
+ * Copyright (c) 2012-2013 Thomas Skibo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,8 @@
* SUCH DAMAGE.
*/
-/* A network interface driver for Cadence GEM Gigabit Ethernet
+/*
+ * A network interface driver for Cadence GEM Gigabit Ethernet
* interface such as the one used in Xilinx Zynq-7000 SoC.
*
* Reference: Zynq-7000 All Programmable SoC Technical Reference Manual.
diff --git a/sys/dev/cadence/if_cgem_hw.h b/sys/dev/cadence/if_cgem_hw.h
index 1ec4e79..d96801d 100644
--- a/sys/dev/cadence/if_cgem_hw.h
+++ b/sys/dev/cadence/if_cgem_hw.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2012-2013 Thomas Skibo.
+ * Copyright (c) 2012-2013 Thomas Skibo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
-/* $FreeBSD$ */
-
/*
* Hardware and register defines for Cadence GEM Gigabit Ethernet
* controller such as the one used in Zynq-7000 SoC.
OpenPOWER on IntegriCloud