diff options
author | Stelian Pop | 2008-05-08 22:52:09 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-05-10 00:30:22 +0200 |
commit | cce9cfdabcf416ecd2aacc3681c91e5378c75a3d (patch) | |
tree | 98a3d53030efdb31289d3276a371fade4811cf4c /drivers/net | |
parent | 9606b3c81b3c47a1d58514e9a232c6f461a17597 (diff) |
Fix @ -> <at> substitution
When applying the AT91CAP9 patches upstream, something transformed
the '@' character into the ' <at> ' sequence.
The patch below restores the original form in all the places where
it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
were copied from AT91CAP9, and a couple of other files where the
' <at> ' sequence was present).
Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/smc911x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index d22c8895da6..c17dcf43717 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -1,7 +1,7 @@ /* * SMSC LAN9[12]1[567] Network driver * - * (c) 2007 Pengutronix, Sascha Hauer <s.hauer <at> pengutronix.de> + * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> * * See file CREDITS for list of people who contributed to this * project. |