From owner-svn-src-head@FreeBSD.ORG Tue Feb 24 17:15:30 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABCB8106568A; Tue, 24 Feb 2009 17:15:30 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9787B8FC0C; Tue, 24 Feb 2009 17:15:30 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1OHFULi071356; Tue, 24 Feb 2009 17:15:30 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1OHFTVF071339; Tue, 24 Feb 2009 17:15:29 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200902241715.n1OHFTVF071339@svn.freebsd.org> From: Ed Schouten Date: Tue, 24 Feb 2009 17:15:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189002 - in head/sys/dev/usb: bluetooth controller net serial storage template wlan X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 17:15:31 -0000 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 + * Copyright (c) 2007 Hans Petter Selasky * 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 + * Copyright (c) 2008 Hans Petter Selasky * 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 + * Copyright (c) 2007 Hans Petter Selasky * 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 + * Copyright (c) 2008 Hans Petter Selasky * 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 . All rights reserved. * * Copyright (c) 2006 - * Alfred Perlstein . All rights reserved. + * Alfred Perlstein . 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 . + * SMP locking by Alfred Perlstein . * 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 + * Copyright (c) 2004 Bernd Walter * * $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 . + * Copyright (c) 2003, M. Warner Losh . * 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 . * 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 . Merging the two together + * driver from Alexander Kabaev . 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 . + * Copyright (c) 2003, M. Warner Losh . * 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 , - * Nick Hibma + * Nick Hibma * 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@freebsd.org). + * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch@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 + * Copyright (c) 2007 Hans Petter Selasky * 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 + * Copyright (c) 2007 Hans Petter Selasky * 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 + * Copyright (c) 2008 Hans Petter Selasky * 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 + * Copyright (c) 2008 Hans Petter Selasky * 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 * Copyright (c) 2006 Niall O'Higgins - * Copyright (c) 2007-2008 Hans Petter Selasky + * Copyright (c) 2007-2008 Hans Petter Selasky * * 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 * * Copyright (c) 2006, 2008 - * Hans Petter Selasky + * Hans Petter Selasky * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above