Skip to content

Commit a253129

Browse files
pavelmachekJiri Kosina
authored andcommitted
update email address
pavel@suse.cz no longer works, replace it with working address. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 7a53cd1 commit a253129

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

Documentation/feature-removal-schedule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Why: Broken design for runtime control over driver power states, confusing
9393
inputs. This framework was never widely used, and most attempts to
9494
use it were broken. Drivers should instead be exposing domain-specific
9595
interfaces either to kernel or to userspace.
96-
Who: Pavel Machek <pavel@suse.cz>
96+
Who: Pavel Machek <pavel@ucw.cz>
9797

9898
---------------------------
9999

Documentation/hwmon/hpfall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Disk protection for HP machines.
22
*
33
* Copyright 2008 Eric Piel
4-
* Copyright 2009 Pavel Machek <pavel@suse.cz>
4+
* Copyright 2009 Pavel Machek <pavel@ucw.cz>
55
*
66
* GPLv2.
77
*/

Documentation/power/tricks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swsusp/S3 tricks
22
~~~~~~~~~~~~~~~~
3-
Pavel Machek <pavel@suse.cz>
3+
Pavel Machek <pavel@ucw.cz>
44

55
If you want to trick swsusp/S3 into working, you might want to try:
66

Documentation/sparse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright 2004 Linus Torvalds
2-
Copyright 2004 Pavel Machek <pavel@suse.cz>
2+
Copyright 2004 Pavel Machek <pavel@ucw.cz>
33
Copyright 2006 Bob Copeland <me@bobcopeland.com>
44

55
Using sparse for typechecking

Documentation/zh_CN/sparse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Documentation/sparse.txt 的中文翻译
2222
---------------------------------------------------------------------
2323

2424
Copyright 2004 Linus Torvalds
25-
Copyright 2004 Pavel Machek <pavel@suse.cz>
25+
Copyright 2004 Pavel Machek <pavel@ucw.cz>
2626
Copyright 2006 Bob Copeland <me@bobcopeland.com>
2727

2828
使用 sparse 工具做类型检查

arch/arm/mach-sa1100/collie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* published by the Free Software Foundation.
1212
*
1313
* ChangeLog:
14-
* 2006 Pavel Machek <pavel@suse.cz>
14+
* 2006 Pavel Machek <pavel@ucw.cz>
1515
* 03-06-2004 John Lenz <lenz@cs.wisc.edu>
1616
* 06-04-2002 Chris Larson <kergoth@digitalnemesis.net>
1717
* 04-16-2001 Lineo Japan,Inc. ...

arch/powerpc/kernel/suspend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Distribute under GPLv2
55
*
6-
* Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
6+
* Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
77
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
88
*/
99

arch/x86/kernel/acpi/sleep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* sleep.c - x86-specific ACPI sleep support.
33
*
44
* Copyright (C) 2001-2003 Patrick Mochel
5-
* Copyright (C) 2001-2003 Pavel Machek <pavel@suse.cz>
5+
* Copyright (C) 2001-2003 Pavel Machek <pavel@ucw.cz>
66
*/
77

88
#include <linux/acpi.h>

arch/x86/kernel/apm_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
* is now the way life works).
141141
* Fix thinko in suspend() (wrong return).
142142
* Notify drivers on critical suspend.
143-
* Make kapmd absorb more idle time (Pavel Machek <pavel@suse.cz>
143+
* Make kapmd absorb more idle time (Pavel Machek <pavel@ucw.cz>
144144
* modified by sfr).
145145
* Disable interrupts while we are suspended (Andy Henroid
146146
* <andy_henroid@yahoo.com> fixed by sfr).

arch/x86/kernel/cpu/cpufreq/powernow-k8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Based on the powernow-k7.c module written by Dave Jones.
1010
* (C) 2003 Dave Jones on behalf of SuSE Labs
1111
* (C) 2004 Dominik Brodowski <linux@brodo.de>
12-
* (C) 2004 Pavel Machek <pavel@suse.cz>
12+
* (C) 2004 Pavel Machek <pavel@ucw.cz>
1313
* Licensed under the terms of the GNU GPL License version 2.
1414
* Based upon datasheets & sample CPUs kindly provided by AMD.
1515
*

0 commit comments

Comments
 (0)