diff options
author | Joe Perches <[email protected]> | 2011-03-22 16:34:26 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-03-22 17:44:13 -0700 |
commit | 706e69d67652686d45d431b36174aefa3760aa39 (patch) | |
tree | b7cfb735e05b48867b92fd9f923a1284df770f0e | |
parent | b153da600c2755588aad1977349d14eab9c2a959 (diff) |
MAINTAINERS: quote non-alphanumeric email addresses
Add quotes around email address with periods and commas. So they don't
explode when pasted into certain email clients.
Signed-off-by: Joe Perches <[email protected]>
Acked-by: Harry Wei <[email protected]>
Cc: "Mark F. Brown" <[email protected]>
Cc: "Gustavo F. Padovan" <[email protected]>
Cc: "Stephen M. Cameron" <[email protected]>
Cc: "Lee, Chun-Yi" <[email protected]>
Acked-by: Harry Wei <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d78dd3e51e3b..3dc158b98ad7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1078,7 +1078,7 @@ L: [email protected] (moderated for non-subscribers) S: Maintained ARM/TETON BGA MACHINE SUPPORT -M: Mark F. Brown <[email protected]> +M: "Mark F. Brown" <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained @@ -1482,7 +1482,7 @@ F: drivers/mtd/devices/block2mtd.c BLUETOOTH DRIVERS M: Marcel Holtmann <[email protected]> -M: Gustavo F. Padovan <[email protected]> +M: "Gustavo F. Padovan" <[email protected]> W: http://www.bluez.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git @@ -1491,7 +1491,7 @@ F: drivers/bluetooth/ BLUETOOTH SUBSYSTEM M: Marcel Holtmann <[email protected]> -M: Gustavo F. Padovan <[email protected]> +M: "Gustavo F. Padovan" <[email protected]> W: http://www.bluez.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git @@ -2950,7 +2950,7 @@ F: Documentation/blockdev/cpqarray.txt F: drivers/block/cpqarray.* HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) -M: Stephen M. Cameron <[email protected]> +M: "Stephen M. Cameron" <[email protected]> S: Supported F: Documentation/scsi/hpsa.txt @@ -4232,7 +4232,7 @@ F: Documentation/serial/moxa-smartio F: drivers/char/mxser.* MSI LAPTOP SUPPORT -M: Lee, Chun-Yi <[email protected]> +M: "Lee, Chun-Yi" <[email protected]> S: Maintained F: drivers/platform/x86/msi-laptop.c |