···536536F: drivers/hwmon/adt7475.c537537538538ADVANSYS SCSI DRIVER539539-M: Matthew Wilcox <matthew@wil.cx>539539+M: Matthew Wilcox <willy@infradead.org>540540M: Hannes Reinecke <hare@suse.com>541541L: linux-scsi@vger.kernel.org542542S: Maintained···43644364F: drivers/i2c/busses/i2c-diolan-u2c.c4365436543664366FILESYSTEM DIRECT ACCESS (DAX)43674367-M: Matthew Wilcox <mawilcox@microsoft.com>43674367+M: Matthew Wilcox <willy@infradead.org>43684368M: Ross Zwisler <zwisler@kernel.org>43694369M: Jan Kara <jack@suse.cz>43704370L: linux-fsdevel@vger.kernel.org···86268626F: drivers/scsi/mpt3sas/8627862786288628LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers86298629-M: Matthew Wilcox <matthew@wil.cx>86298629+M: Matthew Wilcox <willy@infradead.org>86308630L: linux-scsi@vger.kernel.org86318631S: Maintained86328632F: drivers/scsi/sym53c8xx_2/
+1-1
arch/parisc/kernel/syscall.S
···22 * Linux/PA-RISC Project (http://www.parisc-linux.org/)33 * 44 * System call entry code / Linux gateway page55- * Copyright (c) Matthew Wilcox 1999 <willy@bofh.ai>55+ * Copyright (c) Matthew Wilcox 1999 <willy@infradead.org>66 * Licensed under the GNU GPL.77 * thanks to Philipp Rumpf, Mike Shaver and various others88 * sorry about the wall, puffin..
+1-1
drivers/input/keyboard/hilkbd.c
···22 * linux/drivers/hil/hilkbd.c33 *44 * Copyright (C) 1998 Philip Blundell <philb@gnu.org>55- * Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai>55+ * Copyright (C) 1999 Matthew Wilcox <willy@infradead.org>66 * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de>77 *88 * Very basic HP Human Interface Loop (HIL) driver.
+1-1
drivers/pci/hotplug/acpiphp.h
···88 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com)99 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com)1010 * Copyright (C) 2002,2003 NEC Corporation1111- * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com)1111+ * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org)1212 * Copyright (C) 2003-2005 Hewlett Packard1313 *1414 * All rights reserved.
+2-2
drivers/pci/hotplug/acpiphp_core.c
···88 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com)99 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com)1010 * Copyright (C) 2002,2003 NEC Corporation1111- * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com)1111+ * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org)1212 * Copyright (C) 2003-2005 Hewlett Packard1313 *1414 * All rights reserved.···4040static struct acpiphp_attention_info *attention_info;41414242#define DRIVER_VERSION "0.5"4343-#define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@hp.com>"4343+#define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@infradead.org>"4444#define DRIVER_DESC "ACPI Hot Plug PCI Controller Driver"45454646MODULE_AUTHOR(DRIVER_AUTHOR);
···4646 return i;4747}48484949-/* Acorn extensions written by Matthew Wilcox <willy@bofh.ai> 1998 */4949+/* Acorn extensions written by Matthew Wilcox <willy@infradead.org> 1998 */5050int get_acorn_filename(struct iso_directory_record *de,5151 char *retname, struct inode *inode)5252{
+1-1
include/linux/xarray.h
···44/*55 * eXtensible Arrays66 * Copyright (c) 2017 Microsoft Corporation77- * Author: Matthew Wilcox <mawilcox@microsoft.com>77+ * Author: Matthew Wilcox <willy@infradead.org>88 */991010#include <linux/spinlock.h>