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

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>

authored by

sjur.brandeland@stericsson.com and committed by
David S. Miller
c2cd0a56 26ee65e6

+6 -6
+2 -2
drivers/net/caif/caif_hsi.c
··· 1 1 /* 2 2 * Copyright (C) ST-Ericsson AB 2010 3 - * Author: Daniel Martensson / daniel.martensson@stericsson.com 3 + * Author: Daniel Martensson 4 4 * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com 5 5 * License terms: GNU General Public License (GPL) version 2. 6 6 */ ··· 24 24 #include <net/caif/caif_hsi.h> 25 25 26 26 MODULE_LICENSE("GPL"); 27 - MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>"); 27 + MODULE_AUTHOR("Daniel Martensson"); 28 28 MODULE_DESCRIPTION("CAIF HSI driver"); 29 29 30 30 /* Returns the number of padding bytes for alignment. */
+2 -2
drivers/net/caif/caif_spi.c
··· 1 1 /* 2 2 * Copyright (C) ST-Ericsson AB 2010 3 - * Author: Daniel Martensson / Daniel.Martensson@stericsson.com 3 + * Author: Daniel Martensson 4 4 * License terms: GNU General Public License (GPL) version 2. 5 5 */ 6 6 ··· 28 28 #endif /* CONFIG_CAIF_SPI_SYNC */ 29 29 30 30 MODULE_LICENSE("GPL"); 31 - MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>"); 31 + MODULE_AUTHOR("Daniel Martensson"); 32 32 MODULE_DESCRIPTION("CAIF SPI driver"); 33 33 34 34 /* Returns the number of padding bytes for alignment. */
+1 -1
drivers/net/caif/caif_spi_slave.c
··· 1 1 /* 2 2 * Copyright (C) ST-Ericsson AB 2010 3 - * Author: Daniel Martensson / Daniel.Martensson@stericsson.com 3 + * Author: Daniel Martensson 4 4 * License terms: GNU General Public License (GPL) version 2. 5 5 */ 6 6 #include <linux/init.h>
+1 -1
net/caif/chnl_net.c
··· 1 1 /* 2 2 * Copyright (C) ST-Ericsson AB 2010 3 3 * Authors: Sjur Brendeland 4 - * Daniel Martensson / Daniel.Martensson@stericsson.com 4 + * Daniel Martensson 5 5 * License terms: GNU General Public License (GPL) version 2 6 6 */ 7 7