Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Convert files to UTF-8 and some cleanups

* Convert files to UTF-8.

* Also correct some people's names
(one example is Eißfeldt, which was found in a source file.
Given that the author used an ß at all in a source file
indicates that the real name has in fact a 'ß' and not an 'ss',
which is commonly used as a substitute for 'ß' when limited to
7bit.)

* Correct town names (Goettingen -> Göttingen)

* Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313)

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Jan Engelhardt and committed by
Adrian Bunk
96de0e25 3f5b98a2

+248 -248
+6 -6
CREDITS
··· 959 959 S: Boulder, Colorado 80302 960 960 S: USA 961 961 962 - N: Heiko Eissfeldt 962 + N: Heiko Eißfeldt 963 963 E: heiko@colossus.escape.de heiko@unifix.de 964 964 D: verify_area stuff, generic SCSI fixes 965 965 D: SCSI Programming HOWTO ··· 1988 1988 E: vl@kki.org 1989 1989 D: Kernel smbfs (to mount WfW, NT and OS/2 network drives.) 1990 1990 D: NCP filesystem support (to mount NetWare volumes) 1991 - S: Von Ossietzky Str. 12 1992 - S: 37085 Goettingen 1991 + S: Von-Ossietzky-Str. 12 1992 + S: 37085 Göttingen 1993 1993 S: Germany 1994 1994 1995 1995 N: Kevin Lentin ··· 2431 2431 S: Beaverton, Oregon 97005 2432 2432 S: USA 2433 2433 2434 - N: Eberhard Moenkeberg 2434 + N: Eberhard Mönkeberg 2435 2435 E: emoenke@gwdg.de 2436 2436 D: CDROM driver "sbpcd" (Matsushita/Panasonic/Soundblaster) 2437 - S: Ruhstrathoehe 2 b. 2438 - S: D-37085 Goettingen 2437 + S: Ruhstrathöhe 2 b. 2438 + S: D-37085 Göttingen 2439 2439 S: Germany 2440 2440 2441 2441 N: Thomas Molina
+1 -1
Documentation/cdrom/cdrom-standard.tex
··· 1009 1009 \cdrom-related code in the 2.1-kernel. Thanks to Scott Snyder and 1010 1010 Gerd Knorr, who were the first to implement this interface for SCSI 1011 1011 and IDE-CD drivers and added many ideas for extension of the data 1012 - structures relative to kernel~2.0. Further thanks to Heiko Eissfeldt, 1012 + structures relative to kernel~2.0. Further thanks to Heiko Ei{\sz}feldt, 1013 1013 Thomas Quinot, Jon Tombs, Ken Pizzini, Eberhard M\"onkeberg and Andrew 1014 1014 Kroll, the \linux\ \cdrom\ device driver developers who were kind 1015 1015 enough to give suggestions and criticisms during the writing. Finally
+1 -1
Documentation/isdn/CREDITS
··· 40 40 Pedro Roque Marques (roque@di.fc.ul.pt) 41 41 For lot of new ideas and the pcbit driver. 42 42 43 - Eberhard Moenkeberg (emoenke@gwdg.de) 43 + Eberhard Mönkeberg (emoenke@gwdg.de) 44 44 For testing and help to get into kernel. 45 45 46 46 Thomas Neumann (tn@ruhr.de)
+1 -1
Documentation/spi/pxa2xx
··· 1 - PXA2xx SPI on SSP driver HOWTO 1 + PXA2xx SPI on SSP driver HOWTO 2 2 =================================================== 3 3 This a mini howto on the pxa2xx_spi driver. The driver turns a PXA2xx 4 4 synchronous serial port into a SPI master controller
+1 -1
arch/arm/mach-omap1/irq.c
··· 5 5 * 6 6 * Copyright (C) 2004 Nokia Corporation 7 7 * Written by Tony Lindgren <tony@atomide.com> 8 - * Major cleanups by Juha Yrj�l� <juha.yrjola@nokia.com> 8 + * Major cleanups by Juha Yrjölä <juha.yrjola@nokia.com> 9 9 * 10 10 * Completely re-written to support various OMAP chips with bank specific 11 11 * interrupt handlers.
+1 -1
arch/arm/mach-omap2/timer-gp.c
··· 5 5 * 6 6 * Copyright (C) 2005 Nokia Corporation 7 7 * Author: Paul Mundt <paul.mundt@nokia.com> 8 - * Juha Yrj�l� <juha.yrjola@nokia.com> 8 + * Juha Yrjölä <juha.yrjola@nokia.com> 9 9 * OMAP Dual-mode timer framework support by Timo Teras 10 10 * 11 11 * Some parts based off of TI's 24xx code:
+17 -17
arch/arm/nwfpe/fpopcode.h
··· 78 78 +-------------------------+---+---+---------+---------+ 79 79 | Precision | u | v | FPSR.EP | length | 80 80 +-------------------------+---+---+---------+---------+ 81 - | Single | 0 � 0 | x | 1 words | 82 - | Double | 1 � 1 | x | 2 words | 83 - | Extended | 1 � 1 | x | 3 words | 84 - | Packed decimal | 1 � 1 | 0 | 3 words | 85 - | Expanded packed decimal | 1 � 1 | 1 | 4 words | 81 + | Single | 0 | 0 | x | 1 words | 82 + | Double | 1 | 1 | x | 2 words | 83 + | Extended | 1 | 1 | x | 3 words | 84 + | Packed decimal | 1 | 1 | 0 | 3 words | 85 + | Expanded packed decimal | 1 | 1 | 1 | 4 words | 86 86 +-------------------------+---+---+---------+---------+ 87 87 Note: x = don't care 88 88 */ ··· 92 92 +---+---+---------------------------------+ 93 93 | w | x | Number of registers to transfer | 94 94 +---+---+---------------------------------+ 95 - | 0 � 1 | 1 | 96 - | 1 � 0 | 2 | 97 - | 1 � 1 | 3 | 98 - | 0 � 0 | 4 | 95 + | 0 | 1 | 1 | 96 + | 1 | 0 | 2 | 97 + | 1 | 1 | 3 | 98 + | 0 | 0 | 4 | 99 99 +---+---+---------------------------------+ 100 100 */ 101 101 ··· 156 156 +-------------------------+---+---+ 157 157 | Rounding Precision | e | f | 158 158 +-------------------------+---+---+ 159 - | IEEE Single precision | 0 � 0 | 160 - | IEEE Double precision | 0 � 1 | 161 - | IEEE Extended precision | 1 � 0 | 162 - | undefined (trap) | 1 � 1 | 159 + | IEEE Single precision | 0 | 0 | 160 + | IEEE Double precision | 0 | 1 | 161 + | IEEE Extended precision | 1 | 0 | 162 + | undefined (trap) | 1 | 1 | 163 163 +-------------------------+---+---+ 164 164 */ 165 165 ··· 168 168 +---------------------------------+---+---+ 169 169 | Rounding Mode | g | h | 170 170 +---------------------------------+---+---+ 171 - | Round to nearest (default) | 0 � 0 | 172 - | Round toward plus infinity | 0 � 1 | 173 - | Round toward negative infinity | 1 � 0 | 174 - | Round toward zero | 1 � 1 | 171 + | Round to nearest (default) | 0 | 0 | 172 + | Round toward plus infinity | 0 | 1 | 173 + | Round toward negative infinity | 1 | 0 | 174 + | Round toward zero | 1 | 1 | 175 175 +---------------------------------+---+---+ 176 176 */ 177 177
+1 -1
arch/arm/plat-omap/dma.c
··· 2 2 * linux/arch/arm/plat-omap/dma.c 3 3 * 4 4 * Copyright (C) 2003 Nokia Corporation 5 - * Author: Juha Yrj�l� <juha.yrjola@nokia.com> 5 + * Author: Juha Yrjölä <juha.yrjola@nokia.com> 6 6 * DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com> 7 7 * Graphics DMA and LCD DMA graphics tranformations 8 8 * by Imre Deak <imre.deak@nokia.com>
+1 -1
arch/arm/plat-omap/gpio.c
··· 4 4 * Support functions for OMAP GPIO 5 5 * 6 6 * Copyright (C) 2003-2005 Nokia Corporation 7 - * Written by Juha Yrj�l� <juha.yrjola@nokia.com> 7 + * Written by Juha Yrjölä <juha.yrjola@nokia.com> 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify 10 10 * it under the terms of the GNU General Public License version 2 as
+1 -1
arch/m68k/ifpsp060/CHANGES
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/MISC
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/README
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/TEST.DOC
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/fplsp.doc
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/fpsp.doc
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/fskeleton.S
··· 4 4 |M68060 Software Package 5 5 |Production Release P1.00 -- October 10, 1994 6 6 | 7 - |M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 | 9 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 |To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/ilsp.doc
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/iskeleton.S
··· 4 4 |M68060 Software Package 5 5 |Production Release P1.00 -- October 10, 1994 6 6 | 7 - |M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 | 9 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 |To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/isp.doc
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/os.S
··· 4 4 |M68060 Software Package 5 5 |Production Release P1.00 -- October 10, 1994 6 6 | 7 - |M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 | 9 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 |To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/fplsp.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/fpsp.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/ftest.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/ilsp.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/isp.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/itest.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/ifpsp060/src/pfpsp.S
··· 4 4 M68060 Software Package 5 5 Production Release P1.00 -- October 10, 1994 6 6 7 - M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved. 7 + M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. 8 8 9 9 THE SOFTWARE is provided on an "AS IS" basis and without warranty. 10 10 To the maximum extent permitted by applicable law,
+1 -1
arch/m68k/tools/amiga/dmesg.c
··· 3 3 * in Chip RAM with the kernel command 4 4 * line option `debug=mem'. 5 5 * 6 - * � Copyright 1996 by Geert Uytterhoeven <geert@linux-m68k.org> 6 + * © Copyright 1996 by Geert Uytterhoeven <geert@linux-m68k.org> 7 7 * 8 8 * 9 9 * Usage:
+1 -1
arch/powerpc/kernel/l2cr_6xx.S
··· 1 1 /* 2 2 L2CR functions 3 - Copyright � 1997-1998 by PowerLogix R & D, Inc. 3 + Copyright © 1997-1998 by PowerLogix R & D, Inc. 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 6 it under the terms of the GNU General Public License as published by
+1 -1
arch/powerpc/platforms/cell/spufs/file.c
··· 748 748 if (count) 749 749 goto out; 750 750 751 - /* write aѕ much as possible */ 751 + /* write as much as possible */ 752 752 for (count = 4, udata++; (count + 4) <= len; count += 4, udata++) { 753 753 int ret; 754 754 ret = __get_user(wbox_data, udata);
+1 -1
arch/x86/kernel/cpu/cpufreq/powernow-k6.c
··· 1 1 /* 2 2 * This file was based upon code in Powertweak Linux (http://powertweak.sf.net) 3 - * (C) 2000-2003 Dave Jones, Arjan van de Ven, Janne P�nk�l�, Dominik Brodowski. 3 + * (C) 2000-2003 Dave Jones, Arjan van de Ven, Janne Pänkälä, Dominik Brodowski. 4 4 * 5 5 * Licensed under the terms of the GNU GPL License version 2. 6 6 *
+3 -3
arch/x86/kernel/cpu/cyrix.c
··· 115 115 116 116 printk(KERN_INFO "Enable Memory access reorder on Cyrix/NSC processor.\n"); 117 117 ccr3 = getCx86(CX86_CCR3); 118 - setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN� */ 118 + setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ 119 119 120 - /* Load/Store Serialize to mem access disable (=reorder it)� */ 120 + /* Load/Store Serialize to mem access disable (=reorder it) */ 121 121 setCx86(CX86_PCR0, getCx86(CX86_PCR0) & ~0x80); 122 122 /* set load/store serialize from 1GB to 4GB */ 123 123 ccr3 |= 0xe0; ··· 146 146 printk(KERN_INFO "Enable Incrementor on Cyrix/NSC processor.\n"); 147 147 148 148 ccr3 = getCx86(CX86_CCR3); 149 - setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN� */ 149 + setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ 150 150 /* PCR1 -- Performance Control */ 151 151 /* Incrementor on, whatever that is */ 152 152 setCx86(CX86_PCR1, getCx86(CX86_PCR1) | 0x02);
+1 -1
drivers/block/loop.c
··· 29 29 * 30 30 * Maximum number of loop devices when compiled-in now selectable by passing 31 31 * max_loop=<1-255> to the kernel on boot. 32 - * Erik I. Bols�, <eriki@himolde.no>, Oct 31, 1999 32 + * Erik I. Bolsø, <eriki@himolde.no>, Oct 31, 1999 33 33 * 34 34 * Completely rewrite request handling to be make_request_fn style and 35 35 * non blocking, pushing work to a helper thread. Lots of fixes from
+1 -1
drivers/char/cyclades.c
··· 359 359 * 360 360 * Revision 1.36.3.8 1996/06/07 16:29:00 bentson 361 361 * starting minor number at zero; added missing verify_area 362 - * as noted by Heiko Eissfeldt <heiko@colossus.escape.de> 362 + * as noted by Heiko Eißfeldt <heiko@colossus.escape.de> 363 363 * 364 364 * Revision 1.36.3.7 1996/04/19 21:06:18 bentson 365 365 * remove unneeded boot message & fix CLOCAL hardware flow
+1 -1
drivers/char/drm/drm_hashtab.c
··· 29 29 * Simple open hash tab implementation. 30 30 * 31 31 * Authors: 32 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 32 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 33 33 */ 34 34 35 35 #include "drmP.h"
+1 -1
drivers/char/drm/drm_hashtab.h
··· 29 29 * Simple open hash tab implementation. 30 30 * 31 31 * Authors: 32 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 32 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 33 33 */ 34 34 35 35 #ifndef DRM_HASHTAB_H
+1 -1
drivers/char/drm/drm_mm.c
··· 38 38 * Aligned allocations can also see improvement. 39 39 * 40 40 * Authors: 41 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 41 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 42 42 */ 43 43 44 44 #include "drmP.h"
+2 -2
drivers/char/drm/drm_pci.c
··· 8 8 * \todo Implement the remaining ioctl's for the PCI pools. 9 9 * \todo The wrappers here are so thin that they would be better off inlined.. 10 10 * 11 - * \author Jose Fonseca <jrfonseca@tungstengraphics.com> 11 + * \author José Fonseca <jrfonseca@tungstengraphics.com> 12 12 * \author Leif Delgass <ldelgass@retinalburn.net> 13 13 */ 14 14 15 15 /* 16 - * Copyright 2003 Jos�Fonseca. 16 + * Copyright 2003 José Fonseca. 17 17 * Copyright 2003 Leif Delgass. 18 18 * All Rights Reserved. 19 19 *
+1 -1
drivers/char/drm/drm_sarea.h
··· 2 2 * \file drm_sarea.h 3 3 * \brief SAREA definitions 4 4 * 5 - * \author Michel D�nzer <michel@daenzer.net> 5 + * \author Michel Dänzer <michel@daenzer.net> 6 6 */ 7 7 8 8 /*
+1 -1
drivers/char/drm/drm_sman.c
··· 33 33 * struct or a context identifier. 34 34 * 35 35 * Authors: 36 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 36 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 37 37 */ 38 38 39 39 #include "drm_sman.h"
+1 -1
drivers/char/drm/drm_sman.h
··· 33 33 * struct or a context identifier. 34 34 * 35 35 * Authors: 36 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 36 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 37 37 */ 38 38 39 39 #ifndef DRM_SMAN_H
+1 -1
drivers/char/drm/r128_drv.h
··· 29 29 * Rickard E. (Rik) Faith <faith@valinux.com> 30 30 * Kevin E. Martin <martin@valinux.com> 31 31 * Gareth Hughes <gareth@valinux.com> 32 - * Michel D�zer <daenzerm@student.ethz.ch> 32 + * Michel Dänzer <daenzerm@student.ethz.ch> 33 33 */ 34 34 35 35 #ifndef __R128_DRV_H__
+1 -1
drivers/char/drm/radeon_irq.c
··· 27 27 * 28 28 * Authors: 29 29 * Keith Whitwell <keith@tungstengraphics.com> 30 - * Michel D�zer <michel@daenzer.net> 30 + * Michel Dänzer <michel@daenzer.net> 31 31 */ 32 32 33 33 #include "drmP.h"
+1 -1
drivers/char/drm/radeon_state.c
··· 3005 3005 /* 3006 3006 * This ioctl() doesn't work on 64-bit platforms because hw_lock is a 3007 3007 * pointer which can't fit into an int-sized variable. According to 3008 - * Michel D�nzer, the ioctl() is only used on embedded platforms, so 3008 + * Michel Dänzer, the ioctl() is only used on embedded platforms, so 3009 3009 * not supporting it shouldn't be a problem. If the same functionality 3010 3010 * is needed on 64-bit platforms, a new ioctl() would have to be added, 3011 3011 * so backwards-compatibility for the embedded platforms can be
+1 -1
drivers/char/drm/sis_mm.c
··· 28 28 29 29 /* 30 30 * Authors: 31 - * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 31 + * Thomas Hellström <thomas-at-tungstengraphics-dot-com> 32 32 */ 33 33 34 34 #include "drmP.h"
+1 -1
drivers/char/drm/via_mm.c
··· 22 22 * DEALINGS IN THE SOFTWARE. 23 23 */ 24 24 /* 25 - * Authors: Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com> 25 + * Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com> 26 26 */ 27 27 28 28 #include "drmP.h"
+1 -1
drivers/char/drm/via_verifier.h
··· 20 20 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 21 * DEALINGS IN THE SOFTWARE. 22 22 * 23 - * Author: Thomas Hellstr�m 2004. 23 + * Author: Thomas Hellström 2004. 24 24 */ 25 25 26 26 #ifndef _VIA_VERIFIER_H_
+1 -1
drivers/char/esp.c
··· 19 19 * 20 20 * rs_set_termios fixed to look also for changes of the input 21 21 * flags INPCK, BRKINT, PARMRK, IGNPAR and IGNBRK. 22 - * Bernd Anh�pl 05/17/96. 22 + * Bernd Anhäupl 05/17/96. 23 23 * 24 24 * --- End of notices from serial.c --- 25 25 *
+1 -1
drivers/char/hw_random/omap-rng.c
··· 10 10 * Mostly based on original driver: 11 11 * 12 12 * Copyright (C) 2005 Nokia Corporation 13 - * Author: Juha Yrj��<juha.yrjola@nokia.com> 13 + * Author: Juha Yrjölä <juha.yrjola@nokia.com> 14 14 * 15 15 * This file is licensed under the terms of the GNU General Public 16 16 * License version 2. This program is licensed "as is" without any
+7 -7
drivers/char/i8k.c
··· 371 371 int fn_key, cpu_temp, ac_power; 372 372 int left_fan, right_fan, left_speed, right_speed; 373 373 374 - cpu_temp = i8k_get_temp(0); /* 11100 �s */ 375 - left_fan = i8k_get_fan_status(I8K_FAN_LEFT); /* 580 �s */ 376 - right_fan = i8k_get_fan_status(I8K_FAN_RIGHT); /* 580 �s */ 377 - left_speed = i8k_get_fan_speed(I8K_FAN_LEFT); /* 580 �s */ 378 - right_speed = i8k_get_fan_speed(I8K_FAN_RIGHT); /* 580 �s */ 379 - fn_key = i8k_get_fn_status(); /* 750 �s */ 374 + cpu_temp = i8k_get_temp(0); /* 11100 µs */ 375 + left_fan = i8k_get_fan_status(I8K_FAN_LEFT); /* 580 µs */ 376 + right_fan = i8k_get_fan_status(I8K_FAN_RIGHT); /* 580 µs */ 377 + left_speed = i8k_get_fan_speed(I8K_FAN_LEFT); /* 580 µs */ 378 + right_speed = i8k_get_fan_speed(I8K_FAN_RIGHT); /* 580 µs */ 379 + fn_key = i8k_get_fn_status(); /* 750 µs */ 380 380 if (power_status) 381 - ac_power = i8k_get_power_status(); /* 14700 �s */ 381 + ac_power = i8k_get_power_status(); /* 14700 µs */ 382 382 else 383 383 ac_power = -1; 384 384
+1 -1
drivers/char/sonypi.c
··· 7 7 * 8 8 * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> 9 9 * 10 - * Copyright (C) 2001-2002 Alc�ve <www.alcove.com> 10 + * Copyright (C) 2001-2002 Alcôve <www.alcove.com> 11 11 * 12 12 * Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au> 13 13 *
+2 -2
drivers/hwmon/gl520sm.c
··· 2 2 gl520sm.c - Part of lm_sensors, Linux kernel modules for hardware 3 3 monitoring 4 4 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>, 5 - Ky�sti M�lkki <kmalkki@cc.hut.fi> 5 + Kyösti Mälkki <kmalkki@cc.hut.fi> 6 6 Copyright (c) 2005 Maarten Deprez <maartendeprez@users.sourceforge.net> 7 7 8 8 This program is free software; you can redistribute it and/or modify ··· 805 805 806 806 807 807 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, " 808 - "Ky�sti M�lkki <kmalkki@cc.hut.fi>, " 808 + "Kyösti Mälkki <kmalkki@cc.hut.fi>, " 809 809 "Maarten Deprez <maartendeprez@users.sourceforge.net>"); 810 810 MODULE_DESCRIPTION("GL520SM driver"); 811 811 MODULE_LICENSE("GPL");
+1 -1
drivers/hwmon/sis5595.c
··· 3 3 for hardware monitoring 4 4 5 5 Copyright (C) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>, 6 - Ky�sti M�lkki <kmalkki@cc.hut.fi>, and 6 + Kyösti Mälkki <kmalkki@cc.hut.fi>, and 7 7 Mark D. Studebaker <mdsxyz123@yahoo.com> 8 8 Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with 9 9 the help of Jean Delvare <khali@linux-fr.org>
+2 -2
drivers/hwmon/via686a.c
··· 3 3 for hardware monitoring 4 4 5 5 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 6 - Ky�sti M�lkki <kmalkki@cc.hut.fi>, 6 + Kyösti Mälkki <kmalkki@cc.hut.fi>, 7 7 Mark Studebaker <mdsxyz123@yahoo.com>, 8 8 and Bob Dougherty <bobd@stanford.edu> 9 9 (Some conversion-factor data were contributed by Jonathan Teh Soon Yew ··· 866 866 } 867 867 } 868 868 869 - MODULE_AUTHOR("Ky�sti M�lkki <kmalkki@cc.hut.fi>, " 869 + MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>, " 870 870 "Mark Studebaker <mdsxyz123@yahoo.com> " 871 871 "and Bob Dougherty <bobd@stanford.edu>"); 872 872 MODULE_DESCRIPTION("VIA 686A Sensor device");
+1 -1
drivers/i2c/algos/i2c-algo-bit.c
··· 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 19 /* ------------------------------------------------------------------------- */ 20 20 21 - /* With some changes from Frodo Looijaard <frodol@dds.nl>, Ky�sti M�lkki 21 + /* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki 22 22 <kmalkki@cc.hut.fi> and Jean Delvare <khali@linux-fr.org> */ 23 23 24 24 #include <linux/kernel.h>
+1 -1
drivers/i2c/algos/i2c-algo-pca.c
··· 350 350 pca_outw(adap, I2C_PCA_ADR, own << 1); 351 351 352 352 pca_set_con(adap, I2C_PCA_CON_ENSIO | clock); 353 - udelay(500); /* 500 �s for oscilator to stabilise */ 353 + udelay(500); /* 500 µs for oscilator to stabilise */ 354 354 355 355 return 0; 356 356 }
+1 -1
drivers/i2c/algos/i2c-algo-pcf.c
··· 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 20 /* ------------------------------------------------------------------------- */ 21 21 22 - /* With some changes from Ky�sti M�lkki <kmalkki@cc.hut.fi> and 22 + /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 23 23 Frodo Looijaard <frodol@dds.nl> ,and also from Martin Bailey 24 24 <mbailey@littlefeet-inc.com> */ 25 25
+1 -1
drivers/i2c/busses/i2c-elektor.c
··· 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 20 /* ------------------------------------------------------------------------- */ 21 21 22 - /* With some changes from Ky�sti M�lkki <kmalkki@cc.hut.fi> and even 22 + /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even 23 23 Frodo Looijaard <frodol@dds.nl> */ 24 24 25 25 /* Partialy rewriten by Oleg I. Vdovikin for mmapped support of
+1 -1
drivers/i2c/busses/i2c-hydra.c
··· 7 7 Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org> 8 8 9 9 Based on i2c Support for Via Technologies 82C586B South Bridge 10 - Copyright (c) 1998, 1999 Ky�sti M�lkki <kmalkki@cc.hut.fi> 10 + Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi> 11 11 12 12 This program is free software; you can redistribute it and/or modify 13 13 it under the terms of the GNU General Public License as published by
+1 -1
drivers/i2c/busses/i2c-ibm_iic.c
··· 18 18 * Copyright 1995-97 Simon G. Vogl 19 19 * 1998-99 Hans Berglund 20 20 * 21 - * With some changes from Ky�sti M�lkki <kmalkki@cc.hut.fi> 21 + * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> 22 22 * and even Frodo Looijaard <frodol@dds.nl> 23 23 * 24 24 * This program is free software; you can redistribute it and/or modify it
+1 -1
drivers/i2c/busses/i2c-omap.c
··· 8 8 * Tony Lindgren <tony@atomide.com> and Imre Deak <imre.deak@nokia.com> 9 9 * Copyright (C) 2005 Nokia Corporation 10 10 * 11 - * Cleaned up by Juha Yrj�l� <juha.yrjola@nokia.com> 11 + * Cleaned up by Juha Yrjölä <juha.yrjola@nokia.com> 12 12 * 13 13 * This program is free software; you can redistribute it and/or modify 14 14 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/i2c/busses/i2c-parport-light.c
··· 7 7 Copyright (C) 1995-2000 Simon G. Vogl 8 8 With some changes from: 9 9 Frodo Looijaard <frodol@dds.nl> 10 - Ky�sti M�lkki <kmalkki@cc.hut.fi> 10 + Kyösti Mälkki <kmalkki@cc.hut.fi> 11 11 12 12 This program is free software; you can redistribute it and/or modify 13 13 it under the terms of the GNU General Public License as published by
+1 -1
drivers/i2c/busses/i2c-parport.c
··· 7 7 Copyright (C) 1995-2000 Simon G. Vogl 8 8 With some changes from: 9 9 Frodo Looijaard <frodol@dds.nl> 10 - Ky�sti M�lkki <kmalkki@cc.hut.fi> 10 + Kyösti Mälkki <kmalkki@cc.hut.fi> 11 11 12 12 This program is free software; you can redistribute it and/or modify 13 13 it under the terms of the GNU General Public License as published by
+2 -2
drivers/i2c/busses/i2c-via.c
··· 4 4 5 5 i2c Support for Via Technologies 82C586B South Bridge 6 6 7 - Copyright (c) 1998, 1999 Ky�sti M�lkki <kmalkki@cc.hut.fi> 7 + Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi> 8 8 9 9 This program is free software; you can redistribute it and/or modify 10 10 it under the terms of the GNU General Public License as published by ··· 176 176 } 177 177 178 178 179 - MODULE_AUTHOR("Ky�sti M�lkki <kmalkki@cc.hut.fi>"); 179 + MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>"); 180 180 MODULE_DESCRIPTION("i2c for Via vt82c586b southbridge"); 181 181 MODULE_LICENSE("GPL"); 182 182
+1 -1
drivers/i2c/busses/i2c-viapro.c
··· 2 2 i2c-viapro.c - Part of lm_sensors, Linux kernel modules for hardware 3 3 monitoring 4 4 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 5 - Philip Edelbrock <phil@netroedge.com>, Ky�sti M�lkki <kmalkki@cc.hut.fi>, 5 + Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>, 6 6 Mark D. Studebaker <mdsxyz123@yahoo.com> 7 7 Copyright (C) 2005 - 2007 Jean Delvare <khali@linux-fr.org> 8 8
+1 -1
drivers/i2c/i2c-core.c
··· 17 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 18 /* ------------------------------------------------------------------------- */ 19 19 20 - /* With some changes from Ky�sti M�lkki <kmalkki@cc.hut.fi>. 20 + /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>. 21 21 All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl> 22 22 SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and 23 23 Jean Delvare <khali@linux-fr.org> */
+3 -3
drivers/ide/ide-cd.c
··· 120 120 * Reformat to match kernel tabbing style. 121 121 * Add CDROM_GET_UPC ioctl. 122 122 * 3.10 Apr 10, 1996 -- Fix compilation error with STANDARD_ATAPI. 123 - * 3.11 Apr 29, 1996 -- Patch from Heiko Eissfeldt <heiko@colossus.escape.de> 123 + * 3.11 Apr 29, 1996 -- Patch from Heiko Eißfeldt <heiko@colossus.escape.de> 124 124 * to remove redundant verify_area calls. 125 125 * 3.12 May 7, 1996 -- Rudimentary changer support. Based on patches 126 126 * from Gerhard Zuber <zuber@berlin.snafu.de>. ··· 256 256 * - Minimize the TOC reading - only do it when we 257 257 * know a media change has occurred. 258 258 * - Moved all the CDROMREADx ioctls to the Uniform layer. 259 - * - Heiko Eissfeldt <heiko@colossus.escape.de> supplied 259 + * - Heiko Eißfeldt <heiko@colossus.escape.de> supplied 260 260 * some fixes for CDI. 261 261 * - CD-ROM leaving door locked fix from Andries 262 262 * Brouwer <Andries.Brouwer@cwi.nl> ··· 2341 2341 If we get an error for the regular case, we assume 2342 2342 a CDI without additional audio tracks. In this case 2343 2343 the readable TOC is empty (CDI tracks are not included) 2344 - and only holds the Leadout entry. Heiko Ei�feldt */ 2344 + and only holds the Leadout entry. Heiko Eißfeldt */ 2345 2345 ntracks = 0; 2346 2346 stat = cdrom_read_tocentry(drive, CDROM_LEADOUT, 1, 0, 2347 2347 (char *)&toc->hdr,
+1 -1
drivers/ide/legacy/q40ide.c
··· 102 102 103 103 /* 104 104 * the static array is needed to have the name reported in /proc/ioports, 105 - * hwif->name unfortunately isn�t available yet 105 + * hwif->name unfortunately isn't available yet 106 106 */ 107 107 static const char *q40_ide_names[Q40IDE_NUM_HWIFS]={ 108 108 "ide0", "ide1"
+1 -1
drivers/input/joystick/db9.c
··· 4 4 * Copyright (c) 1999-2001 Vojtech Pavlik 5 5 * 6 6 * Based on the work of: 7 - * Andree Borrmann Mats Sj�vall 7 + * Andree Borrmann Mats Sjövall 8 8 */ 9 9 10 10 /*
+2 -2
drivers/input/keyboard/omap-keypad.c
··· 4 4 * OMAP Keypad Driver 5 5 * 6 6 * Copyright (C) 2003 Nokia Corporation 7 - * Written by Timo Ter�s <ext-timo.teras@nokia.com> 7 + * Written by Timo Teräs <ext-timo.teras@nokia.com> 8 8 * 9 9 * Added support for H2 & H3 Keypad 10 10 * Copyright (C) 2004 Texas Instruments ··· 481 481 module_init(omap_kp_init); 482 482 module_exit(omap_kp_exit); 483 483 484 - MODULE_AUTHOR("Timo Ter�s"); 484 + MODULE_AUTHOR("Timo Teräs"); 485 485 MODULE_DESCRIPTION("OMAP Keypad Driver"); 486 486 MODULE_LICENSE("GPL");
+1 -1
drivers/isdn/hisax/amd7930_fn.c
··· 767 767 /* read */ 768 768 if (*ptr++ >= 0x100) { 769 769 if (cmd < 8) 770 - /* setzt Register zur�ck */ 770 + /* reset register */ 771 771 rByteAMD(cs, cmd); 772 772 else { 773 773 wByteAMD(cs, 0x00, cmd);
+9 -9
drivers/isdn/hisax/enternow_pci.c
··· 75 75 static const char *enternow_pci_rev = "$Revision: 1.1.4.5 $"; 76 76 77 77 78 - /* f�r PowerISDN PCI */ 78 + /* for PowerISDN PCI */ 79 79 #define TJ_AMD_IRQ 0x20 80 80 #define TJ_LED1 0x40 81 81 #define TJ_LED2 0x80 82 82 83 83 84 - /* Das Fenster zum AMD... 85 - * Ab Adresse hw.njet.base + TJ_AMD_PORT werden vom AMD jeweils 8 Bit in 86 - * den TigerJet i/o-Raum gemappt 87 - * -> 0x01 des AMD bei hw.njet.base + 0C4 */ 84 + /* The window to [the] AMD [chip]... 85 + * From address hw.njet.base + TJ_AMD_PORT onwards, the AMD 86 + * maps [consecutive/multiple] 8 bits into the TigerJet I/O space 87 + * -> 0x01 of the AMD at hw.njet.base + 0C4 */ 88 88 #define TJ_AMD_PORT 0xC0 89 89 90 90 ··· 96 96 static unsigned char 97 97 ReadByteAmd7930(struct IsdnCardState *cs, unsigned char offset) 98 98 { 99 - /* direktes Register */ 99 + /* direct register */ 100 100 if(offset < 8) 101 101 return (inb(cs->hw.njet.isac + 4*offset)); 102 102 103 - /* indirektes Register */ 103 + /* indirect register */ 104 104 else { 105 105 outb(offset, cs->hw.njet.isac + 4*AMD_CR); 106 106 return(inb(cs->hw.njet.isac + 4*AMD_DR)); ··· 111 111 static void 112 112 WriteByteAmd7930(struct IsdnCardState *cs, unsigned char offset, unsigned char value) 113 113 { 114 - /* direktes Register */ 114 + /* direct register */ 115 115 if(offset < 8) 116 116 outb(value, cs->hw.njet.isac + 4*offset); 117 117 118 - /* indirektes Register */ 118 + /* indirect register */ 119 119 else { 120 120 outb(offset, cs->hw.njet.isac + 4*AMD_CR); 121 121 outb(value, cs->hw.njet.isac + 4*AMD_DR);
+1 -1
drivers/isdn/hisax/hfc_pci.c
··· 1 1 /* $Id: hfc_pci.c,v 1.48.2.4 2004/02/11 13:21:33 keil Exp $ 2 2 * 3 - * low level driver for CCD�s hfc-pci based cards 3 + * low level driver for CCD's hfc-pci based cards 4 4 * 5 5 * Author Werner Cornelius 6 6 * based on existing driver for CCD hfc ISA cards
+2 -2
drivers/isdn/hisax/isdnhdlc.c
··· 1 1 /* 2 2 * isdnhdlc.c -- General purpose ISDN HDLC decoder. 3 3 * 4 - *Copyright (C) 2002 Wolfgang M�es <wolfgang@iksw-muees.de> 4 + *Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de> 5 5 * 2001 Frode Isaksen <fisaksen@bewan.com> 6 6 * 2001 Kai Germaschewski <kai.germaschewski@gmx.de> 7 7 * ··· 27 27 28 28 /*-------------------------------------------------------------------*/ 29 29 30 - MODULE_AUTHOR("Wolfgang M�es <wolfgang@iksw-muees.de>, " 30 + MODULE_AUTHOR("Wolfgang Mües <wolfgang@iksw-muees.de>, " 31 31 "Frode Isaksen <fisaksen@bewan.com>, " 32 32 "Kai Germaschewski <kai.germaschewski@gmx.de>"); 33 33 MODULE_DESCRIPTION("General purpose ISDN HDLC decoder");
+1 -1
drivers/isdn/hisax/isdnhdlc.h
··· 5 5 * Neccessary because some ISDN devices don't have HDLC 6 6 * controllers. Also included: a bit reversal table. 7 7 * 8 - *Copyright (C) 2002 Wolfgang M�es <wolfgang@iksw-muees.de> 8 + *Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de> 9 9 * 2001 Frode Isaksen <fisaksen@bewan.com> 10 10 * 2001 Kai Germaschewski <kai.germaschewski@gmx.de> 11 11 *
+1 -1
drivers/isdn/hisax/jade.c
··· 304 304 cs->BC_Write_Reg(cs, 1, jade_HDLC_IMR, 0x00); 305 305 /* Setup host access to hdlc controller */ 306 306 jade_write_indirect(cs, jade_HDLCCNTRACCESS, (jadeINDIRECT_HAH1|jadeINDIRECT_HAH2)); 307 - /* Unmask HDLC int (don�t forget DSP int later on)*/ 307 + /* Unmask HDLC int (don't forget DSP int later on)*/ 308 308 cs->BC_Write_Reg(cs, -1,jade_INT, (jadeINT_HDLC1|jadeINT_HDLC2)); 309 309 310 310 /* once again TRANSPARENT */
+2 -2
drivers/isdn/pcbit/capi.c
··· 15 15 16 16 /* 17 17 * Documentation: 18 - * - "Common ISDN API - Perfil Portugu�s - Vers�o 2.1", 18 + * - "Common ISDN API - Perfil Português - Versão 2.1", 19 19 * Telecom Portugal, Fev 1992. 20 - * - "Common ISDN API - Especifica��o de protocolos para 20 + * - "Common ISDN API - Especificação de protocolos para 21 21 * acesso aos canais B", Inesc, Jan 1994. 22 22 */ 23 23
+1 -1
drivers/md/raid1.c
··· 9 9 * 10 10 * Better read-balancing code written by Mika Kuoppala <miku@iki.fi>, 2000 11 11 * 12 - * Fixes to reconstruction by Jakob �stergaard" <jakob@ostenfeld.dk> 12 + * Fixes to reconstruction by Jakob Østergaard" <jakob@ostenfeld.dk> 13 13 * Various fixes by Neil Brown <neilb@cse.unsw.edu.au> 14 14 * 15 15 * Changes by Peter T. Breuer <ptb@it.uc3m.es> 31/1/2003 to support
+1 -1
drivers/media/common/saa7146_hlp.c
··· 312 312 return -EINVAL; 313 313 } 314 314 315 - /* bubble sort the first �count� items of the array �values� */ 315 + /* bubble sort the first @count items of the array @values */ 316 316 for( top = *count; top > 0; top--) { 317 317 for( low = 0, high = 1; high < top; low++, high++) { 318 318 if( values[low] > values[high] ) {
+1 -1
drivers/media/dvb/cinergyT2/cinergyT2.c
··· 1 1 /* 2 - * TerraTec Cinergy T�/qanu USB2 DVB-T adapter. 2 + * TerraTec Cinergy T²/qanu USB2 DVB-T adapter. 3 3 * 4 4 * Copyright (C) 2004 Daniel Mack <daniel@qanu.de> and 5 5 * Holger Waechtler <holger@qanu.de>
+2 -2
drivers/media/video/bt8xx/bttv-cards.c
··· 1259 1259 .has_radio = 1, 1260 1260 }, 1261 1261 [BTTV_BOARD_LIFETEC_9415] = { 1262 - /* Tim R�stermundt <rosterm@uni-muenster.de> 1262 + /* Tim Röstermundt <rosterm@uni-muenster.de> 1263 1263 in de.comp.os.unix.linux.hardware: 1264 1264 options bttv card=0 pll=1 radio=1 gpiomask=0x18e0 1265 1265 gpiomux =0x44c71f,0x44d71f,0,0x44d71f,0x44dfff ··· 2824 2824 }, 2825 2825 /* ---- card 0x8b ---------------------------------- */ 2826 2826 [BTTV_BOARD_PV_M4900] = { 2827 - /* S�rgio Fortier <sergiofortier@yahoo.com.br> */ 2827 + /* Sérgio Fortier <sergiofortier@yahoo.com.br> */ 2828 2828 .name = "Prolink PixelView PlayTV MPEG2 PV-M4900", 2829 2829 .video_inputs = 3, 2830 2830 .audio_inputs = 1,
+1 -1
drivers/media/video/meye.c
··· 3 3 * 4 4 * Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net> 5 5 * 6 - * Copyright (C) 2001-2002 Alc�ve <www.alcove.com> 6 + * Copyright (C) 2001-2002 Alcôve <www.alcove.com> 7 7 * 8 8 * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com> 9 9 *
+1 -1
drivers/media/video/meye.h
··· 3 3 * 4 4 * Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net> 5 5 * 6 - * Copyright (C) 2001-2002 Alc�ve <www.alcove.com> 6 + * Copyright (C) 2001-2002 Alcôve <www.alcove.com> 7 7 * 8 8 * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com> 9 9 *
+1 -1
drivers/media/video/usbvideo/vicam.c
··· 955 955 request[7] = realShutter >> 8; 956 956 } 957 957 958 - // Per John Markus Bj�rndalen, byte at index 8 causes problems if it isn't 0 958 + // Per John Markus Bjørndalen, byte at index 8 causes problems if it isn't 0 959 959 request[8] = 0; 960 960 // bytes 9-15 do not seem to affect exposure or image quality 961 961
+1 -1
drivers/media/video/v4l2-common.c
··· 37 37 * Video4linux 1/2 integration by Justin Schoeman 38 38 * <justin@suntiger.ee.up.ac.za> 39 39 * 2.4 PROCFS support ported from 2.4 kernels by 40 - * I�aki Garc�a Etxebarria <garetxe@euskalnet.net> 40 + * Iñaki García Etxebarria <garetxe@euskalnet.net> 41 41 * Makefile fix by "W. Michael Petullo" <mike@flyn.org> 42 42 * 2.4 devfs support ported from 2.4 kernels by 43 43 * Dan Merillat <dan@merillat.org>
+2 -2
drivers/message/i2o/README
··· 30 30 Bug fixes 31 31 Core code extensions 32 32 33 - Auvo H�kkinen, University of Helsinki Finland 33 + Auvo Häkkinen, University of Helsinki Finland 34 34 LAN OSM code 35 35 /Proc interface to LAN class 36 36 Bug fixes 37 37 Core code extensions 38 38 39 - Taneli V�h�kangas, University of Helsinki Finland 39 + Taneli Vähäkangas, University of Helsinki Finland 40 40 Fixes to i2o_config 41 41 42 42 CREDITS
+2 -2
drivers/message/i2o/exec-osm.c
··· 15 15 * 16 16 * Fixes/additions: 17 17 * Philipp Rumpf 18 - * Juha Siev�nen <Juha.Sievanen@cs.Helsinki.FI> 19 - * Auvo H�kkinen <Auvo.Hakkinen@cs.Helsinki.FI> 18 + * Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI> 19 + * Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI> 20 20 * Deepak Saxena <deepak@plexity.net> 21 21 * Boji T Kannanthanam <boji.t.kannanthanam@intel.com> 22 22 * Alan Cox <alan@redhat.com>:
+3 -3
drivers/message/i2o/i2o_config.c
··· 10 10 * Added basic ioctl() support 11 11 * Deepak Saxena (06/07/1999): 12 12 * Added software download ioctl (still testing) 13 - * Auvo H�kkinen (09/10/1999): 13 + * Auvo Häkkinen (09/10/1999): 14 14 * Changes to i2o_cfg_reply(), ioctl_parms() 15 15 * Added ioct_validate() 16 - * Taneli V�h�kangas (09/30/1999): 16 + * Taneli Vähäkangas (09/30/1999): 17 17 * Fixed ioctl_swdl() 18 - * Taneli V�h�kangas (10/04/1999): 18 + * Taneli Vähäkangas (10/04/1999): 19 19 * Changed ioctl_swdl(), implemented ioctl_swul() and ioctl_swdel() 20 20 * Deepak Saxena (11/18/1999): 21 21 * Added event managmenet support
+2 -2
drivers/message/i2o/i2o_proc.c
··· 19 19 * 20 20 * 21 21 * Fixes/additions: 22 - * Juha Siev�nen (Juha.Sievanen@cs.Helsinki.FI), 23 - * Auvo H�kkinen (Auvo.Hakkinen@cs.Helsinki.FI) 22 + * Juha Sievänen (Juha.Sievanen@cs.Helsinki.FI), 23 + * Auvo Häkkinen (Auvo.Hakkinen@cs.Helsinki.FI) 24 24 * University of Helsinki, Department of Computer Science 25 25 * LAN entries 26 26 * Markus Lidel <Markus.Lidel@shadowconnect.com>
+2 -2
drivers/message/i2o/iop.c
··· 15 15 * 16 16 * Fixes/additions: 17 17 * Philipp Rumpf 18 - * Juha Siev�nen <Juha.Sievanen@cs.Helsinki.FI> 19 - * Auvo H�kkinen <Auvo.Hakkinen@cs.Helsinki.FI> 18 + * Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI> 19 + * Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI> 20 20 * Deepak Saxena <deepak@plexity.net> 21 21 * Boji T Kannanthanam <boji.t.kannanthanam@intel.com> 22 22 * Alan Cox <alan@redhat.com>:
+2 -2
drivers/message/i2o/pci.c
··· 15 15 * 16 16 * Fixes/additions: 17 17 * Philipp Rumpf 18 - * Juha Siev�nen <Juha.Sievanen@cs.Helsinki.FI> 19 - * Auvo H�kkinen <Auvo.Hakkinen@cs.Helsinki.FI> 18 + * Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI> 19 + * Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI> 20 20 * Deepak Saxena <deepak@plexity.net> 21 21 * Boji T Kannanthanam <boji.t.kannanthanam@intel.com> 22 22 * Alan Cox <alan@redhat.com>:
+1 -1
drivers/misc/ibmasm/remote.c
··· 17 17 * 18 18 * Copyright (C) IBM Corporation, 2004 19 19 * 20 - * Authors: Max Asb�ck <amax@us.ibm.com> 20 + * Authors: Max Asböck <amax@us.ibm.com> 21 21 * Vernon Mauery <vernux@us.ibm.com> 22 22 * 23 23 */
+1 -1
drivers/net/8139too.c
··· 73 73 74 74 Jean-Jacques Michel - bug fix 75 75 76 - Tobias Ringstr�m - Rx interrupt status checking suggestion 76 + Tobias Ringström - Rx interrupt status checking suggestion 77 77 78 78 Andrew Morton - Clear blocked signals, avoid 79 79 buffer overrun setting current->comm.
+1 -1
drivers/net/ariadne.c
··· 1 1 /* 2 2 * Amiga Linux/m68k Ariadne Ethernet Driver 3 3 * 4 - * � Copyright 1995-2003 by Geert Uytterhoeven (geert@linux-m68k.org) 4 + * © Copyright 1995-2003 by Geert Uytterhoeven (geert@linux-m68k.org) 5 5 * Peter De Schrijver (p2@mind.be) 6 6 * 7 7 * ---------------------------------------------------------------------------
+1 -1
drivers/net/ariadne.h
··· 1 1 /* 2 2 * Amiga Linux/m68k Ariadne Ethernet Driver 3 3 * 4 - * � Copyright 1995 by Geert Uytterhoeven (geert@linux-m68k.org) 4 + * © Copyright 1995 by Geert Uytterhoeven (geert@linux-m68k.org) 5 5 * Peter De Schrijver 6 6 * (Peter.DeSchrijver@linux.cc.kuleuven.ac.be) 7 7 *
+1 -1
drivers/net/hamradio/6pack.c
··· 3 3 * devices like TTY. It interfaces between a raw TTY and the 4 4 * kernel's AX.25 protocol layers. 5 5 * 6 - * Authors: Andreas K�nsgen <ajk@iehk.rwth-aachen.de> 6 + * Authors: Andreas Könsgen <ajk@iehk.rwth-aachen.de> 7 7 * Ralf Baechle DL5RB <ralf@linux-mips.org> 8 8 * 9 9 * Quite a lot of stuff "stolen" by Joerg Reuter from slip.c, written by
+1 -1
drivers/net/irda/actisys-sir.c
··· 21 21 * published by the Free Software Foundation; either version 2 of 22 22 * the License, or (at your option) any later version. 23 23 * 24 - * Neither Dag Brattli nor University of Troms� admit liability nor 24 + * Neither Dag Brattli nor University of Tromsø admit liability nor 25 25 * provide warranty for any of this software. This material is 26 26 * provided "AS-IS" and at no charge. 27 27 *
+1 -1
drivers/net/irda/actisys.c
··· 19 19 * published by the Free Software Foundation; either version 2 of 20 20 * the License, or (at your option) any later version. 21 21 * 22 - * Neither Dag Brattli nor University of Troms� admit liability nor 22 + * Neither Dag Brattli nor University of Tromsø admit liability nor 23 23 * provide warranty for any of this software. This material is 24 24 * provided "AS-IS" and at no charge. 25 25 *
+1 -1
drivers/net/irda/girbil-sir.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
drivers/net/irda/girbil.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
drivers/net/irda/irport.h
··· 17 17 * published by the Free Software Foundation; either version 2 of 18 18 * the License, or (at your option) any later version. 19 19 * 20 - * Neither Dag Brattli nor University of Troms� admit liability nor 20 + * Neither Dag Brattli nor University of Tromsø admit liability nor 21 21 * provide warranty for any of this software. This material is 22 22 * provided "AS-IS" and at no charge. 23 23 *
+1 -1
drivers/net/irda/irtty-sir.c
··· 20 20 * published by the Free Software Foundation; either version 2 of 21 21 * the License, or (at your option) any later version. 22 22 * 23 - * Neither Dag Brattli nor University of Troms� admit liability nor 23 + * Neither Dag Brattli nor University of Tromsø admit liability nor 24 24 * provide warranty for any of this software. This material is 25 25 * provided "AS-IS" and at no charge. 26 26 *
+1 -1
drivers/net/irda/nsc-ircc.c
··· 20 20 * published by the Free Software Foundation; either version 2 of 21 21 * the License, or (at your option) any later version. 22 22 * 23 - * Neither Dag Brattli nor University of Troms� admit liability nor 23 + * Neither Dag Brattli nor University of Tromsø admit liability nor 24 24 * provide warranty for any of this software. This material is 25 25 * provided "AS-IS" and at no charge. 26 26 *
+1 -1
drivers/net/irda/nsc-ircc.h
··· 19 19 * published by the Free Software Foundation; either version 2 of 20 20 * the License, or (at your option) any later version. 21 21 * 22 - * Neither Dag Brattli nor University of Troms� admit liability nor 22 + * Neither Dag Brattli nor University of Tromsø admit liability nor 23 23 * provide warranty for any of this software. This material is 24 24 * provided "AS-IS" and at no charge. 25 25 *
+1 -1
drivers/net/irda/tekram-sir.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
drivers/net/irda/tekram.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
drivers/net/irda/w83977af_ir.h
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+4 -4
drivers/net/wireless/netwave_cs.c
··· 4 4 * Version: 0.4.1 5 5 * Description: Netwave AirSurfer Wireless LAN PC Card driver 6 6 * Status: Experimental. 7 - * Authors: John Markus Bj�rndalen <johnm@cs.uit.no> 7 + * Authors: John Markus Bjørndalen <johnm@cs.uit.no> 8 8 * Dag Brattli <dagb@cs.uit.no> 9 9 * David Hinds <dahinds@users.sourceforge.net> 10 10 * Created at: A long time ago! 11 11 * Modified at: Mon Nov 10 11:54:37 1997 12 12 * Modified by: Dag Brattli <dagb@cs.uit.no> 13 13 * 14 - * Copyright (c) 1997 University of Troms�, Norway 14 + * Copyright (c) 1997 University of Tromsø, Norway 15 15 * 16 16 * Revision History: 17 17 * 18 - * 08-Nov-97 15:14:47 John Markus Bj�rndalen <johnm@cs.uit.no> 18 + * 08-Nov-97 15:14:47 John Markus Bjørndalen <johnm@cs.uit.no> 19 19 * - Fixed some bugs in netwave_rx and cleaned it up a bit. 20 20 * (One of the bugs would have destroyed packets when receiving 21 21 * multiple packets per interrupt). ··· 158 158 module_param(pc_debug, int, 0); 159 159 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args) 160 160 static char *version = 161 - "netwave_cs.c 0.3.0 Thu Jul 17 14:36:02 1997 (John Markus Bj�rndalen)\n"; 161 + "netwave_cs.c 0.3.0 Thu Jul 17 14:36:02 1997 (John Markus Bjørndalen)\n"; 162 162 #else 163 163 #define DEBUG(n, args...) 164 164 #endif
+1 -1
drivers/s390/block/dasd_3990_erp.c
··· 40 40 * 41 41 * Each bit configuration leading to an action code 2 (Exit with 42 42 * programming error or unusual condition indication) 43 - * are handled as fatal error�s. 43 + * are handled as fatal errors. 44 44 * 45 45 * All other configurations are handled as recoverable errors. 46 46 *
+1 -1
drivers/s390/cio/cmf.c
··· 158 158 if (count == 0) 159 159 return 0; 160 160 161 - /* value comes in units of 128 �sec */ 161 + /* value comes in units of 128 µsec */ 162 162 ret = time_to_nsec(value); 163 163 do_div(ret, count); 164 164
+5 -5
drivers/s390/net/ctcmain.c
··· 3 3 * 4 4 * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation 5 5 * Author(s): Fritz Elfert (elfert@de.ibm.com, felfert@millenux.com) 6 - * Fixes by : Jochen R�hrig (roehrig@de.ibm.com) 6 + * Fixes by : Jochen Röhrig (roehrig@de.ibm.com) 7 7 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> 8 8 Peter Tiedemann (ptiedem@de.ibm.com) 9 9 * Driver Model stuff by : Cornelia Huck <cornelia.huck@de.ibm.com> ··· 19 19 * Dieter Wellerdiek (wel@de.ibm.com) 20 20 * Martin Schwidefsky (schwidefsky@de.ibm.com) 21 21 * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) 22 - * Jochen R�hrig (roehrig@de.ibm.com) 22 + * Jochen Röhrig (roehrig@de.ibm.com) 23 23 * 24 24 * This program is free software; you can redistribute it and/or modify 25 25 * it under the terms of the GNU General Public License as published by ··· 885 885 } 886 886 887 887 /** 888 - * Don�t setup a timer for receiving the initial RX frame 888 + * Don't setup a timer for receiving the initial RX frame 889 889 * if in compatibility mode, since VM TCP delays the initial 890 890 * frame until it has some data to send. 891 891 */ ··· 905 905 ccw_check_return_code(ch, rc, "init IO"); 906 906 } 907 907 /** 908 - * If in compatibility mode since we don�t setup a timer, we 908 + * If in compatibility mode since we don't setup a timer, we 909 909 * also signal RX channel up immediately. This enables us 910 910 * to send packets early which in turn usually triggers some 911 - * reply from VM TCP which brings up the RX channel to it�s 911 + * reply from VM TCP which brings up the RX channel to it's 912 912 * final state. 913 913 */ 914 914 if ((CHANNEL_DIRECTION(ch->flags) == READ) &&
+3 -3
drivers/scsi/aha152x.c
··· 1 1 /* aha152x.c -- Adaptec AHA-152x driver 2 - * Author: J�rgen E. Fischer, fischer@norbit.de 3 - * Copyright 1993-2004 J�rgen E. Fischer 2 + * Author: Jürgen E. Fischer, fischer@norbit.de 3 + * Copyright 1993-2004 Jürgen E. Fischer 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify it 6 6 * under the terms of the GNU General Public License as published by the ··· 357 357 check_condition = 0x0800, /* requesting sense after CHECK CONDITION */ 358 358 }; 359 359 360 - MODULE_AUTHOR("J�rgen Fischer"); 360 + MODULE_AUTHOR("Jürgen Fischer"); 361 361 MODULE_DESCRIPTION(AHA152X_REVID); 362 362 MODULE_LICENSE("GPL"); 363 363
+1 -1
drivers/scsi/sun3_NCR5380.c
··· 1596 1596 * IO while SEL is true. But again, there are some disks out the in the 1597 1597 * world that do that nevertheless. (Somebody claimed that this announces 1598 1598 * reselection capability of the target.) So we better skip that test and 1599 - * only wait for BSY... (Famous german words: Der Kl�gere gibt nach :-) 1599 + * only wait for BSY... (Famous german words: Der Klügere gibt nach :-) 1600 1600 */ 1601 1601 1602 1602 while (time_before(jiffies, timeout) && !(NCR5380_read(STATUS_REG) &
+2 -2
drivers/serial/s3c2410.c
··· 20 20 * - S3C2410 and S3C2440 serial support 21 21 * - Power Management support 22 22 * - Fix console via IrDA devices 23 - * - SysReq (Herbert P�tzl) 24 - * - Break character handling (Herbert P�tzl) 23 + * - SysReq (Herbert Pötzl) 24 + * - Break character handling (Herbert Pötzl) 25 25 * - spin-lock initialisation (Dimitry Andric) 26 26 * - added clock control 27 27 * - updated init code to use platform_device info
+1 -1
drivers/usb/gadget/lh7a40x_udc.c
··· 1272 1272 /* 1273 1273 * Attempts to halt IN endpoints will fail (returning -EAGAIN) 1274 1274 * if any transfer requests are still queued, or if the controller 1275 - * FIFO still holds bytes that the host hasn�t collected. 1275 + * FIFO still holds bytes that the host hasn't collected. 1276 1276 */ 1277 1277 spin_unlock_irqrestore(&ep->dev->lock, flags); 1278 1278 DEBUG
+1 -1
drivers/usb/misc/cytherm.c
··· 118 118 cytherm->brightness, buffer, 8); 119 119 if (retval) 120 120 dev_dbg(&cytherm->udev->dev, "retval = %d\n", retval); 121 - /* Inform �C that we have changed the brightness setting */ 121 + /* Inform µC that we have changed the brightness setting */ 122 122 retval = vendor_command(cytherm->udev, WRITE_RAM, BRIGHTNESS_SEM, 123 123 0x01, buffer, 8); 124 124 if (retval)
+2 -2
drivers/usb/misc/emi26.c
··· 1 1 /* 2 2 * Emagic EMI 2|6 usb audio interface firmware loader. 3 3 * Copyright (C) 2002 4 - * Tapio Laxstr�m (tapio.laxstrom@iptime.fi) 4 + * Tapio Laxström (tapio.laxstrom@iptime.fi) 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License, as published by ··· 249 249 module_init(emi26_init); 250 250 module_exit(emi26_exit); 251 251 252 - MODULE_AUTHOR("tapio laxstr�m"); 252 + MODULE_AUTHOR("Tapio Laxström"); 253 253 MODULE_DESCRIPTION("Emagic EMI 2|6 firmware loader."); 254 254 MODULE_LICENSE("GPL"); 255 255
+2 -2
drivers/usb/misc/emi62.c
··· 1 1 /* 2 2 * Emagic EMI 2|6 usb audio interface firmware loader. 3 3 * Copyright (C) 2002 4 - * Tapio Laxstr�m (tapio.laxstrom@iptime.fi) 4 + * Tapio Laxström (tapio.laxstrom@iptime.fi) 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License, as published by ··· 292 292 module_init(emi62_init); 293 293 module_exit(emi62_exit); 294 294 295 - MODULE_AUTHOR("tapio laxstr�m"); 295 + MODULE_AUTHOR("Tapio Laxström"); 296 296 MODULE_DESCRIPTION("Emagic EMI 6|2m firmware loader."); 297 297 MODULE_LICENSE("GPL"); 298 298
+1 -1
drivers/usb/serial/ChangeLog.history
··· 400 400 401 401 (11/11/2001) gkh 402 402 Added support for the m125 devices, and added check to prevent oopses 403 - for Cli� devices that lie about the number of ports they have. 403 + for Clié devices that lie about the number of ports they have. 404 404 405 405 (08/30/2001) gkh 406 406 Added support for the Clie devices, both the 3.5 and 4.0 os versions.
+1 -1
drivers/usb/serial/ftdi_sio.c
··· 83 83 * 84 84 * (18/Jun/2003) Ian Abbott 85 85 * Added Device ID of the USB relais from Rudolf Gugler (backported from 86 - * Philipp G�hring's patch for 2.5.x kernel). 86 + * Philipp Gühring's patch for 2.5.x kernel). 87 87 * Moved read transfer buffer reallocation into startup function. 88 88 * Free existing write urb and transfer buffer in startup function. 89 89 * Only use urbs in write urb pool that were successfully allocated.
+3 -3
drivers/usb/serial/ftdi_sio.h
··· 17 17 * Bill Ryder - bryder@sgi.com formerly of Silicon Graphics, Inc.- wrote the 18 18 * FTDI_SIO implementation. 19 19 * 20 - * Philipp G�hring - pg@futureware.at - added the Device ID of the USB relais 20 + * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais 21 21 * from Rudolf Gugler 22 22 * 23 23 */ ··· 44 44 #define FTDI_ACTZWAVE_PID 0xF2D0 45 45 46 46 47 - /* www.starting-point-systems.com �Chameleon device */ 47 + /* www.starting-point-systems.com µChameleon device */ 48 48 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ 49 49 50 50 /* www.irtrans.de device */ ··· 419 419 420 420 /* 421 421 * Teratronik product ids. 422 - * Submitted by O. W�lfelschneider. 422 + * Submitted by O. Wölfelschneider. 423 423 */ 424 424 #define FTDI_TERATRONIK_VCP_PID 0xEC88 /* Teratronik device (preferring VCP driver on windows) */ 425 425 #define FTDI_TERATRONIK_D2XX_PID 0xEC89 /* Teratronik device (preferring D2XX driver on windows) */
+2 -2
drivers/usb/serial/ipaq.c
··· 306 306 { USB_DEVICE(0x0930, 0x0705) }, /* TOSHIBA Pocket PC e310 */ 307 307 { USB_DEVICE(0x0930, 0x0706) }, /* TOSHIBA Pocket PC e740 */ 308 308 { USB_DEVICE(0x0930, 0x0707) }, /* TOSHIBA Pocket PC e330 Series */ 309 - { USB_DEVICE(0x0930, 0x0708) }, /* TOSHIBA Pocket PC e350�Series */ 309 + { USB_DEVICE(0x0930, 0x0708) }, /* TOSHIBA Pocket PC e350 Series */ 310 310 { USB_DEVICE(0x0930, 0x0709) }, /* TOSHIBA Pocket PC e750 Series */ 311 311 { USB_DEVICE(0x0930, 0x070A) }, /* TOSHIBA Pocket PC e400 Series */ 312 312 { USB_DEVICE(0x0930, 0x070B) }, /* TOSHIBA Pocket PC e800 Series */ ··· 488 488 { USB_DEVICE(0x0BF8, 0x1001) }, /* Fujitsu Siemens Computers USB Sync */ 489 489 { USB_DEVICE(0x0C44, 0x03A2) }, /* Motorola iDEN Smartphone */ 490 490 { USB_DEVICE(0x0C8E, 0x6000) }, /* Cesscom Luxian Series */ 491 - { USB_DEVICE(0x0CAD, 0x9001) }, /* Motorola PowerPad Pocket PC�Device */ 491 + { USB_DEVICE(0x0CAD, 0x9001) }, /* Motorola PowerPad Pocket PC Device */ 492 492 { USB_DEVICE(0x0F4E, 0x0200) }, /* Freedom Scientific USB Sync */ 493 493 { USB_DEVICE(0x0F98, 0x0201) }, /* Cyberbank USB Sync */ 494 494 { USB_DEVICE(0x0FB8, 0x3001) }, /* Wistron USB Sync */
+1 -1
drivers/usb/storage/isd200.c
··· 3 3 * $Id: isd200.c,v 1.16 2002/04/22 03:39:43 mdharm Exp $ 4 4 * 5 5 * Current development and maintenance: 6 - * (C) 2001-2002 Bj�rn Stenberg (bjorn@haxx.se) 6 + * (C) 2001-2002 Björn Stenberg (bjorn@haxx.se) 7 7 * 8 8 * Developed with the assistance of: 9 9 * (C) 2002 Alan Stern <stern@rowland.org>
+2 -2
drivers/usb/storage/unusual_devs.h
··· 407 407 "FinePix 1400Zoom", 408 408 US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 409 409 410 - /* Reported by Peter W�chtler <pwaechtler@loewe-komp.de> 410 + /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de> 411 411 * The device needs the flags only. 412 412 */ 413 413 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, ··· 1551 1551 US_FL_GO_SLOW ), 1552 1552 1553 1553 /* 1554 - * David H�rdeman <david@2gen.com> 1554 + * David Härdeman <david@2gen.com> 1555 1555 * The key makes the SCSI stack print confusing (but harmless) messages 1556 1556 */ 1557 1557 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
+7 -7
drivers/video/amifb.c
··· 112 112 +----------+---------------------------------------------+----------+-------+ 113 113 | | ^ | | | 114 114 | | |upper_margin | | | 115 - | | � | | | 115 + | | v | | | 116 116 +----------###############################################----------+-------+ 117 117 | # ^ # | | 118 118 | # | # | | ··· 133 133 | # | # | | 134 134 | # | # | | 135 135 | # | # | | 136 - | # � # | | 136 + | # v # | | 137 137 +----------###############################################----------+-------+ 138 138 | | ^ | | | 139 139 | | |lower_margin | | | 140 - | | � | | | 140 + | | v | | | 141 141 +----------+---------------------------------------------+----------+-------+ 142 142 | | ^ | | | 143 143 | | |vsync_len | | | 144 - | | � | | | 144 + | | v | | | 145 145 +----------+---------------------------------------------+----------+-------+ 146 146 147 147 ··· 325 325 CCIR -> PAL 326 326 ----------- 327 327 328 - - a scanline is 64 �s long, of which 52.48 �s are visible. This is about 328 + - a scanline is 64 µs long, of which 52.48 µs are visible. This is about 329 329 736 visible 70 ns pixels per line. 330 330 - we have 625 scanlines, of which 575 are visible (interlaced); after 331 331 rounding this becomes 576. ··· 333 333 RETMA -> NTSC 334 334 ------------- 335 335 336 - - a scanline is 63.5 �s long, of which 53.5 �s are visible. This is about 336 + - a scanline is 63.5 µs long, of which 53.5 µs are visible. This is about 337 337 736 visible 70 ns pixels per line. 338 338 - we have 525 scanlines, of which 485 are visible (interlaced); after 339 339 rounding this becomes 484. ··· 802 802 803 803 static u_short do_vmode_full = 0; /* Change the Video Mode */ 804 804 static u_short do_vmode_pan = 0; /* Update the Video Mode */ 805 - static short do_blank = 0; /* (Un)Blank the Screen (�1) */ 805 + static short do_blank = 0; /* (Un)Blank the Screen (±1) */ 806 806 static u_short do_cursor = 0; /* Move the Cursor */ 807 807 808 808
+1 -1
drivers/video/aty/atyfb_base.c
··· 26 26 * Anthony Tong <atong@uiuc.edu> 27 27 * 28 28 * Generic LCD support written by Daniel Mantione, ported from 2.4.20 by Alex Kern 29 - * Many Thanks to Ville Syrj�l� for patches and fixing nasting 16 bit color bug. 29 + * Many Thanks to Ville Syrjälä for patches and fixing nasting 16 bit color bug. 30 30 * 31 31 * This file is subject to the terms and conditions of the GNU General Public 32 32 * License. See the file COPYING in the main directory of this archive for
+1 -1
drivers/video/intelfb/intelfbdrv.c
··· 4 4 * Linux framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/ 5 5 * 945G/945GM integrated graphics chips. 6 6 * 7 - * Copyright � 2002, 2003 David Dawes <dawes@xfree86.org> 7 + * Copyright © 2002, 2003 David Dawes <dawes@xfree86.org> 8 8 * 2004 Sylvain Meyer 9 9 * 2006 David Airlie 10 10 *
+1 -1
drivers/video/intelfb/intelfbhw.c
··· 3 3 * 4 4 * Linux framebuffer driver for Intel(R) 865G integrated graphics chips. 5 5 * 6 - * Copyright � 2002, 2003 David Dawes <dawes@xfree86.org> 6 + * Copyright © 2002, 2003 David Dawes <dawes@xfree86.org> 7 7 * 2004 Sylvain Meyer 8 8 * 9 9 * This driver consists of two parts. The first part (intelfbdrv.c) provides
+2 -2
drivers/video/s3c2410fb.c
··· 56 56 * - Add support for different devices 57 57 * - Backlight support 58 58 * 59 - * 2004-09-05: Herbert P�tzl <herbert@13thfloor.at> 59 + * 2004-09-05: Herbert Pötzl <herbert@13thfloor.at> 60 60 * - added clock (de-)allocation code 61 61 * - added fixem fbmem option 62 62 * ··· 64 64 * - code cleanup 65 65 * - added a forgotten return in h1940fb_init 66 66 * 67 - * 2004-07-19: Herbert P�tzl <herbert@13thfloor.at> 67 + * 2004-07-19: Herbert Pötzl <herbert@13thfloor.at> 68 68 * - code cleanup and extended debugging 69 69 * 70 70 * 2004-07-15: Arnaud Patard <arnaud.patard@rtp-net.org>
+3 -3
drivers/watchdog/i6300esb.c
··· 2 2 * i6300esb: Watchdog timer driver for Intel 6300ESB chipset 3 3 * 4 4 * (c) Copyright 2004 Google Inc. 5 - * (c) Copyright 2005 David H�rdeman <david@2gen.com> 5 + * (c) Copyright 2005 David Härdeman <david@2gen.com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or 8 8 * modify it under the terms of the GNU General Public License ··· 19 19 * Initial version 0.01 20 20 * 2004YYZZ Ross Biro 21 21 * Version 0.02 22 - * 20050210 David H�rdeman <david@2gen.com> 22 + * 20050210 David Härdeman <david@2gen.com> 23 23 * Ported driver to kernel 2.6 24 24 */ 25 25 ··· 521 521 module_init(watchdog_init); 522 522 module_exit(watchdog_cleanup); 523 523 524 - MODULE_AUTHOR("Ross Biro and David H�rdeman"); 524 + MODULE_AUTHOR("Ross Biro and David Härdeman"); 525 525 MODULE_DESCRIPTION("Watchdog driver for Intel 6300ESB chipsets"); 526 526 MODULE_LICENSE("GPL"); 527 527 MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
+1 -1
drivers/watchdog/iTCO_vendor_support.c
··· 115 115 * For P4DPx: 116 116 * BIOS setup -> Advanced -> I/O Device Configuration -> Watch Dog 117 117 * This setting enables or disables Watchdog function. When enabled, the 118 - * default watchdog timer is set to be 5 minutes (about 4’35”). It is 118 + * default watchdog timer is set to be 5 minutes (about 4m35s). It is 119 119 * enough to load and run the OS. The application (service or driver) has 120 120 * to take over the control once OS is running up and before watchdog 121 121 * expires.
+1 -1
drivers/watchdog/w83697hf_wdt.c
··· 8 8 * which is based on wdt.c. 9 9 * Original copyright messages: 10 10 * 11 - * (c) Copyright 2003 P�draig Brady <P@draigBrady.com> 11 + * (c) Copyright 2003 Pádraig Brady <P@draigBrady.com> 12 12 * 13 13 * (c) Copyright 2000-2001 Marek Michalkiewicz <marekm@linux.org.pl> 14 14 *
+1 -1
drivers/zorro/zorro.ids
··· 295 295 0100 RH 800C [HD Controller] 296 296 0200 RH 800C [RAM Expansion] 297 297 0861 Kato 298 - # The Rainbow II and III are actually made by Ingenieurb�ro Helfrich 298 + # The Rainbow II and III are actually made by Ingenieurbüro Helfrich 299 299 2000 Rainbow II [Graphics Card] 300 300 2100 Rainbow III [Graphics Card] 301 301 8000 Melody MPEG [Audio Card]
+1 -1
fs/binfmt_em86.c
··· 2 2 * linux/fs/binfmt_em86.c 3 3 * 4 4 * Based on linux/fs/binfmt_script.c 5 - * Copyright (C) 1996 Martin von L�wis 5 + * Copyright (C) 1996 Martin von Löwis 6 6 * original #!-checking implemented by tytso. 7 7 * 8 8 * em86 changes Copyright (C) 1997 Jim Paradis
+1 -1
fs/binfmt_misc.c
··· 1 1 /* 2 2 * binfmt_misc.c 3 3 * 4 - * Copyright (C) 1997 Richard G�nther 4 + * Copyright (C) 1997 Richard Günther 5 5 * 6 6 * binfmt_misc detects binaries via a magic or filename extension and invokes 7 7 * a specified wrapper. This should obsolete binfmt_java, binfmt_em86 and
+1 -1
fs/binfmt_script.c
··· 1 1 /* 2 2 * linux/fs/binfmt_script.c 3 3 * 4 - * Copyright (C) 1996 Martin von L�wis 4 + * Copyright (C) 1996 Martin von Löwis 5 5 * original #!-checking implemented by tytso. 6 6 */ 7 7
+1 -1
fs/isofs/inode.c
··· 3 3 * 4 4 * (C) 1991 Linus Torvalds - minix filesystem 5 5 * 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem. 6 - * 1994 Eberhard Moenkeberg - multi session handling. 6 + * 1994 Eberhard Mönkeberg - multi session handling. 7 7 * 1995 Mark Dobie - allow mounting of some weird VideoCDs and PhotoCDs. 8 8 * 1997 Gordon Chaffee - Joliet CDs 9 9 * 1998 Eric Lammerts - ISO 9660 Level 3
+1 -1
fs/nfs/nfsroot.c
··· 43 43 * from being used (thanks to Leo Spiekman) 44 44 * Andy Walker : Allow to specify the NFS server in nfs_root 45 45 * without giving a path name 46 - * Swen Th�mmler : Allow to specify the NFS options in nfs_root 46 + * Swen Thümmler : Allow to specify the NFS options in nfs_root 47 47 * without giving a path name. Fix BOOTP request 48 48 * for domainname (domainname is NIS domain, not 49 49 * DNS domain!). Skip dummy devices for BOOTP.
+1 -1
fs/ntfs/ChangeLog
··· 382 382 own locking so it does not matter if the vfs inode is locked. 383 383 - Fix bug in mft record writing where we forgot to set the device in 384 384 the buffers when mapping them after the VM had discarded them. 385 - Thanks to Martin MOKREJŠ for the bug report. 385 + Thanks to Martin MOKREJÅ for the bug report. 386 386 387 387 2.1.22 - Many bug and race fixes and error handling improvements. 388 388
+1 -1
fs/ntfs/sysctl.c
··· 1 1 /* 2 2 * sysctl.c - Code for sysctl handling in NTFS Linux kernel driver. Part of 3 3 * the Linux-NTFS project. Adapted from the old NTFS driver, 4 - * Copyright (C) 1997 Martin von L�wis, R�gis Duchesne 4 + * Copyright (C) 1997 Martin von Löwis, Régis Duchesne 5 5 * 6 6 * Copyright (c) 2002-2005 Anton Altaparmakov 7 7 *
+1 -1
fs/ntfs/sysctl.h
··· 1 1 /* 2 2 * sysctl.h - Defines for sysctl handling in NTFS Linux kernel driver. Part of 3 3 * the Linux-NTFS project. Adapted from the old NTFS driver, 4 - * Copyright (C) 1997 Martin von L�wis, R�gis Duchesne 4 + * Copyright (C) 1997 Martin von Löwis, Régis Duchesne 5 5 * 6 6 * Copyright (c) 2002-2004 Anton Altaparmakov 7 7 *
+1 -1
fs/super.c
··· 15 15 * Added kerneld support: Jacques Gelinas and Bjorn Ekwall 16 16 * Added change_root: Werner Almesberger & Hans Lermen, Feb '96 17 17 * Added options to /proc/mounts: 18 - * Torbj�rn Lindh (torbjorn.lindh@gopta.se), April 14, 1996. 18 + * Torbjörn Lindh (torbjorn.lindh@gopta.se), April 14, 1996. 19 19 * Added devfs support: Richard Gooch <rgooch@atnf.csiro.au>, 13-JAN-1998 20 20 * Heavily rewritten for 'one fs - one tree' dcache architecture. AV, Mar 2000 21 21 */
+2 -2
include/asm-arm/arch-aaec2000/aaec2000.h
··· 140 140 #define TIMER3_CLEAR __REG(0x80000e0c) /* Timer 3 Clear Register */ 141 141 142 142 /* Timer Control register bits */ 143 - #define TIMER_CTRL_ENABLE (1 << 7) /* Enable (Start° Timer */ 143 + #define TIMER_CTRL_ENABLE (1 << 7) /* Enable (Start Timer) */ 144 144 #define TIMER_CTRL_PERIODIC (1 << 6) /* Periodic Running Mode */ 145 145 #define TIMER_CTRL_FREE_RUNNING (0 << 6) /* Normal Running Mode */ 146 146 #define TIMER_CTRL_CLKSEL_508K (1 << 3) /* 508KHz Clock select (Timer 1, 2) */ 147 - #define TIMER_CTRL_CLKSEL_2K (0 << 3) /* 2KHz Clock Select (Timer 1, 2)*/ 147 + #define TIMER_CTRL_CLKSEL_2K (0 << 3) /* 2KHz Clock Select (Timer 1, 2) */ 148 148 149 149 /* Power and State Control */ 150 150 #define POWER_BASE __REG(0x80000400)
+1 -1
include/linux/cdrom.h
··· 2 2 * -- <linux/cdrom.h> 3 3 * General header file for linux CD-ROM drivers 4 4 * Copyright (C) 1992 David Giller, rafetmad@oxy.edu 5 - * 1994, 1995 Eberhard Moenkeberg, emoenke@gwdg.de 5 + * 1994, 1995 Eberhard Mönkeberg, emoenke@gwdg.de 6 6 * 1996 David van Leeuwen, david@tm.tno.nl 7 7 * 1997, 1998 Erik Andersen, andersee@debian.org 8 8 * 1998-2002 Jens Axboe, axboe@suse.de
+1 -1
net/ax25/ax25_ds_in.c
··· 75 75 } 76 76 ax25_dama_on(ax25); 77 77 78 - /* according to DK4EG�s spec we are required to 78 + /* according to DK4EG's spec we are required to 79 79 * send a RR RESPONSE FINAL NR=0. 80 80 */ 81 81
+1 -1
net/ax25/ax25_ds_subr.c
··· 41 41 ax25_cb *ax25o; 42 42 struct hlist_node *node; 43 43 44 - /* Please note that neither DK4EG�s nor DG2FEF�s 44 + /* Please note that neither DK4EG's nor DG2FEF's 45 45 * DAMA spec mention the following behaviour as seen 46 46 * with TheFirmware: 47 47 *
+1 -1
net/bluetooth/bnep/core.c
··· 2 2 BNEP implementation for Linux Bluetooth stack (BlueZ). 3 3 Copyright (C) 2001-2002 Inventel Systemes 4 4 Written 2001-2002 by 5 - Cl�ment Moreau <clement.moreau@inventel.fr> 5 + Clément Moreau <clement.moreau@inventel.fr> 6 6 David Libault <david.libault@inventel.fr> 7 7 8 8 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
+1 -1
net/bluetooth/bnep/netdev.c
··· 2 2 BNEP implementation for Linux Bluetooth stack (BlueZ). 3 3 Copyright (C) 2001-2002 Inventel Systemes 4 4 Written 2001-2002 by 5 - Cl�ment Moreau <clement.moreau@inventel.fr> 5 + Clément Moreau <clement.moreau@inventel.fr> 6 6 David Libault <david.libault@inventel.fr> 7 7 8 8 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
+1 -1
net/bridge/netfilter/ebtables.c
··· 871 871 return -EINVAL; 872 872 } 873 873 874 - /* we now know the following (along with E=mc�): 874 + /* we now know the following (along with E=mc²): 875 875 - the nr of entries in each chain is right 876 876 - the size of the allocated space is right 877 877 - all valid hooks have a corresponding chain
+1 -1
net/core/pktgen.c
··· 6 6 * 7 7 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 8 8 * Ben Greear <greearb@candelatech.com> 9 - * Jens L��s <jens.laas@data.slu.se> 9 + * Jens Låås <jens.laas@data.slu.se> 10 10 * 11 11 * This program is free software; you can redistribute it and/or 12 12 * modify it under the terms of the GNU General Public License
+1 -1
net/irda/iriap.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/iriap_event.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/irias_object.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
net/irda/irlan/irlan_client.c
··· 20 20 * published by the Free Software Foundation; either version 2 of 21 21 * the License, or (at your option) any later version. 22 22 * 23 - * Neither Dag Brattli nor University of Troms� admit liability nor 23 + * Neither Dag Brattli nor University of Tromsø admit liability nor 24 24 * provide warranty for any of this software. This material is 25 25 * provided "AS-IS" and at no charge. 26 26 *
+1 -1
net/irda/irlan/irlan_common.c
··· 17 17 * published by the Free Software Foundation; either version 2 of 18 18 * the License, or (at your option) any later version. 19 19 * 20 - * Neither Dag Brattli nor University of Troms� admit liability nor 20 + * Neither Dag Brattli nor University of Tromsø admit liability nor 21 21 * provide warranty for any of this software. This material is 22 22 * provided "AS-IS" and at no charge. 23 23 *
+1 -1
net/irda/irlan/irlan_eth.c
··· 19 19 * published by the Free Software Foundation; either version 2 of 20 20 * the License, or (at your option) any later version. 21 21 * 22 - * Neither Dag Brattli nor University of Troms� admit liability nor 22 + * Neither Dag Brattli nor University of Tromsø admit liability nor 23 23 * provide warranty for any of this software. This material is 24 24 * provided "AS-IS" and at no charge. 25 25 *
+1 -1
net/irda/irlan/irlan_event.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
net/irda/irlan/irlan_provider.c
··· 20 20 * published by the Free Software Foundation; either version 2 of 21 21 * the License, or (at your option) any later version. 22 22 * 23 - * Neither Dag Brattli nor University of Troms� admit liability nor 23 + * Neither Dag Brattli nor University of Tromsø admit liability nor 24 24 * provide warranty for any of this software. This material is 25 25 * provided "AS-IS" and at no charge. 26 26 *
+1 -1
net/irda/irlan/irlan_provider_event.c
··· 16 16 * published by the Free Software Foundation; either version 2 of 17 17 * the License, or (at your option) any later version. 18 18 * 19 - * Neither Dag Brattli nor University of Troms� admit liability nor 19 + * Neither Dag Brattli nor University of Tromsø admit liability nor 20 20 * provide warranty for any of this software. This material is 21 21 * provided "AS-IS" and at no charge. 22 22 *
+1 -1
net/irda/irlap_event.c
··· 19 19 * published by the Free Software Foundation; either version 2 of 20 20 * the License, or (at your option) any later version. 21 21 * 22 - * Neither Dag Brattli nor University of Troms� admit liability nor 22 + * Neither Dag Brattli nor University of Tromsø admit liability nor 23 23 * provide warranty for any of this software. This material is 24 24 * provided "AS-IS" and at no charge. 25 25 *
+1 -1
net/irda/irlap_frame.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/irlmp.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/irlmp_event.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/irlmp_frame.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *
+1 -1
net/irda/irmod.c
··· 17 17 * published by the Free Software Foundation; either version 2 of 18 18 * the License, or (at your option) any later version. 19 19 * 20 - * Neither Dag Brattli nor University of Troms� admit liability nor 20 + * Neither Dag Brattli nor University of Tromsø admit liability nor 21 21 * provide warranty for any of this software. This material is 22 22 * provided "AS-IS" and at no charge. 23 23 *
+1 -1
net/irda/irqueue.c
··· 28 28 * published by the Free Software Foundation; either version 2 of 29 29 * the License, or (at your option) any later version. 30 30 * 31 - * Neither Dag Brattli nor University of Troms� admit liability nor 31 + * Neither Dag Brattli nor University of Tromsø admit liability nor 32 32 * provide warranty for any of this software. This material is 33 33 * provided "AS-IS" and at no charge. 34 34 *
+1 -1
net/irda/irsysctl.c
··· 17 17 * published by the Free Software Foundation; either version 2 of 18 18 * the License, or (at your option) any later version. 19 19 * 20 - * Neither Dag Brattli nor University of Troms� admit liability nor 20 + * Neither Dag Brattli nor University of Tromsø admit liability nor 21 21 * provide warranty for any of this software. This material is 22 22 * provided "AS-IS" and at no charge. 23 23 *
+1 -1
net/irda/irttp.c
··· 18 18 * published by the Free Software Foundation; either version 2 of 19 19 * the License, or (at your option) any later version. 20 20 * 21 - * Neither Dag Brattli nor University of Troms� admit liability nor 21 + * Neither Dag Brattli nor University of Tromsø admit liability nor 22 22 * provide warranty for any of this software. This material is 23 23 * provided "AS-IS" and at no charge. 24 24 *