Browse Source

caif: Remove bouncing address for Daniel Martensson

cc: Daniel Martensson <Daniel.Martensson@stericsson.com>
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
sjur.brandeland@stericsson.com 12 years ago
parent
commit
c2cd0a560c

+ 2 - 2
drivers/net/caif/caif_hsi.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright (C) ST-Ericsson AB 2010
  * Copyright (C) ST-Ericsson AB 2010
- * Author:  Daniel Martensson / daniel.martensson@stericsson.com
+ * Author:  Daniel Martensson
  *	    Dmitry.Tarnyagin  / dmitry.tarnyagin@stericsson.com
  *	    Dmitry.Tarnyagin  / dmitry.tarnyagin@stericsson.com
  * License terms: GNU General Public License (GPL) version 2.
  * License terms: GNU General Public License (GPL) version 2.
  */
  */
@@ -24,7 +24,7 @@
 #include <net/caif/caif_hsi.h>
 #include <net/caif/caif_hsi.h>
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>");
+MODULE_AUTHOR("Daniel Martensson");
 MODULE_DESCRIPTION("CAIF HSI driver");
 MODULE_DESCRIPTION("CAIF HSI driver");
 
 
 /* Returns the number of padding bytes for alignment. */
 /* Returns the number of padding bytes for alignment. */

+ 2 - 2
drivers/net/caif/caif_spi.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright (C) ST-Ericsson AB 2010
  * Copyright (C) ST-Ericsson AB 2010
- * Author:  Daniel Martensson / Daniel.Martensson@stericsson.com
+ * Author:  Daniel Martensson
  * License terms: GNU General Public License (GPL) version 2.
  * License terms: GNU General Public License (GPL) version 2.
  */
  */
 
 
@@ -28,7 +28,7 @@
 #endif /* CONFIG_CAIF_SPI_SYNC */
 #endif /* CONFIG_CAIF_SPI_SYNC */
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>");
+MODULE_AUTHOR("Daniel Martensson");
 MODULE_DESCRIPTION("CAIF SPI driver");
 MODULE_DESCRIPTION("CAIF SPI driver");
 
 
 /* Returns the number of padding bytes for alignment. */
 /* Returns the number of padding bytes for alignment. */

+ 1 - 1
drivers/net/caif/caif_spi_slave.c

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright (C) ST-Ericsson AB 2010
  * Copyright (C) ST-Ericsson AB 2010
- * Author:  Daniel Martensson / Daniel.Martensson@stericsson.com
+ * Author:  Daniel Martensson
  * License terms: GNU General Public License (GPL) version 2.
  * License terms: GNU General Public License (GPL) version 2.
  */
  */
 #include <linux/init.h>
 #include <linux/init.h>

+ 1 - 1
net/caif/chnl_net.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Copyright (C) ST-Ericsson AB 2010
  * Copyright (C) ST-Ericsson AB 2010
  * Authors:	Sjur Brendeland
  * Authors:	Sjur Brendeland
- *		Daniel Martensson / Daniel.Martensson@stericsson.com
+ *		Daniel Martensson
  * License terms: GNU General Public License (GPL) version 2
  * License terms: GNU General Public License (GPL) version 2
  */
  */