svn commit: r189002 - in head/sys/dev/usb: bluetooth controller net serial storage template wlan

Ed Schouten ed at FreeBSD.org
Tue Feb 24 09:15:31 PST 2009


Author: ed
Date: Tue Feb 24 17:15:29 2009
New Revision: 189002
URL: http://svn.freebsd.org/changeset/base/189002

Log:
  Also use proper capitalisation of FreeBSD in other source files.
  
  Approved by:	thompsa

Modified:
  head/sys/dev/usb/bluetooth/ng_ubt.c
  head/sys/dev/usb/controller/at91dci.h
  head/sys/dev/usb/controller/uss820dci.c
  head/sys/dev/usb/controller/uss820dci.h
  head/sys/dev/usb/controller/uss820dci_atmelarm.c
  head/sys/dev/usb/net/if_aue.c
  head/sys/dev/usb/serial/ubser.c
  head/sys/dev/usb/serial/ufoma.c
  head/sys/dev/usb/serial/umct.c
  head/sys/dev/usb/serial/umodem.c
  head/sys/dev/usb/storage/umass.c
  head/sys/dev/usb/template/usb_template.h
  head/sys/dev/usb/template/usb_template_cdce.c
  head/sys/dev/usb/template/usb_template_msc.c
  head/sys/dev/usb/template/usb_template_mtp.c
  head/sys/dev/usb/wlan/if_rum.c
  head/sys/dev/usb/wlan/if_ural.c

Modified: head/sys/dev/usb/bluetooth/ng_ubt.c
==============================================================================
--- head/sys/dev/usb/bluetooth/ng_ubt.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/bluetooth/ng_ubt.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -87,7 +87,7 @@
  *	Access to the outgoing queues, task flags and hook pointer is
  * controlled by the sc_ng_mtx lock. It is an unavoidable evil. Again,
  * sc_ng_mtx should really be a spin lock (and it is very likely to an
- * equivalent of spin lock due to adaptive nature of freebsd mutexes).
+ * equivalent of spin lock due to adaptive nature of FreeBSD mutexes).
  *	All USB callbacks accept softc pointer as a private data. USB ensures
  * that this pointer is valid.
  */

Modified: head/sys/dev/usb/controller/at91dci.h
==============================================================================
--- head/sys/dev/usb/controller/at91dci.h	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/controller/at91dci.h	Tue Feb 24 17:15:29 2009	(r189002)
@@ -1,7 +1,7 @@
 /* $FreeBSD$ */
 /*-
  * Copyright (c) 2006 ATMEL
- * Copyright (c) 2007 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/controller/uss820dci.c
==============================================================================
--- head/sys/dev/usb/controller/uss820dci.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/controller/uss820dci.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -1,6 +1,6 @@
 /* $FreeBSD$ */
 /*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/controller/uss820dci.h
==============================================================================
--- head/sys/dev/usb/controller/uss820dci.h	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/controller/uss820dci.h	Tue Feb 24 17:15:29 2009	(r189002)
@@ -1,6 +1,6 @@
 /* $FreeBSD$ */
 /*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/controller/uss820dci_atmelarm.c
==============================================================================
--- head/sys/dev/usb/controller/uss820dci_atmelarm.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/controller/uss820dci_atmelarm.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -2,7 +2,7 @@
 __FBSDID("$FreeBSD$");
 
 /*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/net/if_aue.c
==============================================================================
--- head/sys/dev/usb/net/if_aue.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/net/if_aue.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -3,7 +3,7 @@
  *	Bill Paul <wpaul at ee.columbia.edu>.  All rights reserved.
  *
  * Copyright (c) 2006
- *      Alfred Perlstein <alfred at freebsd.org>. All rights reserved.
+ *      Alfred Perlstein <alfred at FreeBSD.org>. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
  * Electrical Engineering Department
  * Columbia University, New York City
  *
- * SMP locking by Alfred Perlstein <alfred at freebsd.org>.
+ * SMP locking by Alfred Perlstein <alfred at FreeBSD.org>.
  * RED Inc.
  */
 

Modified: head/sys/dev/usb/serial/ubser.c
==============================================================================
--- head/sys/dev/usb/serial/ubser.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/serial/ubser.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2004 Bernd Walter <ticso at freebsd.org>
+ * Copyright (c) 2004 Bernd Walter <ticso at FreeBSD.org>
  *
  * $URL: https://devel.bwct.de/svn/projects/ubser/ubser.c $
  * $Date: 2004-02-29 01:53:10 +0100 (Sun, 29 Feb 2004) $

Modified: head/sys/dev/usb/serial/ufoma.c
==============================================================================
--- head/sys/dev/usb/serial/ufoma.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/serial/ufoma.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -5,7 +5,7 @@ __FBSDID("$FreeBSD$");
 #define UFOMA_HANDSFREE
 /*-
  * Copyright (c) 2005, Takanori Watanabe
- * Copyright (c) 2003, M. Warner Losh <imp at freebsd.org>.
+ * Copyright (c) 2003, M. Warner Losh <imp at FreeBSD.org>.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/serial/umct.c
==============================================================================
--- head/sys/dev/usb/serial/umct.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/serial/umct.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
  * Wolfgang Grandeggar <wolfgang at cec.ch>.
  * This device smells a lot like the Belkin F5U103, except that it has
  * suffered some mild brain-damage.  This driver is based off of the ubsa.c
- * driver from Alexander Kabaev <kan at freebsd.org>.  Merging the two together
+ * driver from Alexander Kabaev <kan at FreeBSD.org>.  Merging the two together
  * might be useful, though the subtle differences might lead to lots of
  * #ifdef's.
  */

Modified: head/sys/dev/usb/serial/umodem.c
==============================================================================
--- head/sys/dev/usb/serial/umodem.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/serial/umodem.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -4,7 +4,7 @@
 __FBSDID("$FreeBSD$");
 
 /*-
- * Copyright (c) 2003, M. Warner Losh <imp at freebsd.org>.
+ * Copyright (c) 2003, M. Warner Losh <imp at FreeBSD.org>.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/storage/umass.c
==============================================================================
--- head/sys/dev/usb/storage/umass.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/storage/umass.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -3,7 +3,7 @@ __FBSDID("$FreeBSD$");
 
 /*-
  * Copyright (c) 1999 MAEKAWA Masahide <bishop at rr.iij4u.or.jp>,
- *		      Nick Hibma <n_hibma at freebsd.org>
+ *		      Nick Hibma <n_hibma at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$");
 
 /*
  * The SCSI related part of this driver has been derived from the
- * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch at freebsd.org).
+ * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch at FreeBSD.org).
  *
  * The CAM layer uses so called actions which are messages sent to the host
  * adapter for completion. The actions come in through umass_cam_action. The

Modified: head/sys/dev/usb/template/usb_template.h
==============================================================================
--- head/sys/dev/usb/template/usb_template.h	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/template/usb_template.h	Tue Feb 24 17:15:29 2009	(r189002)
@@ -1,6 +1,6 @@
 /* $FreeBSD$ */
 /*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/template/usb_template_cdce.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_cdce.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/template/usb_template_cdce.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -2,7 +2,7 @@
 __FBSDID("$FreeBSD$");
 
 /*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/template/usb_template_msc.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_msc.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/template/usb_template_msc.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -2,7 +2,7 @@
 __FBSDID("$FreeBSD$");
 
 /*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/template/usb_template_mtp.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_mtp.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/template/usb_template_mtp.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -2,7 +2,7 @@
 __FBSDID("$FreeBSD$");
 
 /*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky at FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rum.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/wlan/if_rum.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -3,7 +3,7 @@
 /*-
  * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini at free.fr>
  * Copyright (c) 2006 Niall O'Higgins <niallo at openbsd.org>
- * Copyright (c) 2007-2008 Hans Petter Selasky <hselasky at freebsd.org>
+ * Copyright (c) 2007-2008 Hans Petter Selasky <hselasky at FreeBSD.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above

Modified: head/sys/dev/usb/wlan/if_ural.c
==============================================================================
--- head/sys/dev/usb/wlan/if_ural.c	Tue Feb 24 17:10:43 2009	(r189001)
+++ head/sys/dev/usb/wlan/if_ural.c	Tue Feb 24 17:15:29 2009	(r189002)
@@ -5,7 +5,7 @@
  *	Damien Bergamini <damien.bergamini at free.fr>
  *
  * Copyright (c) 2006, 2008
- *	Hans Petter Selasky <hselasky at freebsd.org>
+ *	Hans Petter Selasky <hselasky at FreeBSD.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above


More information about the svn-src-all mailing list