diff options
| author | Timur Tabi <[email protected]> | 2012-06-18 19:11:34 -0500 |
|---|---|---|
| committer | Kim Phillips <[email protected]> | 2012-07-03 11:07:21 -0500 |
| commit | a6cdaa0cd19cc85137a3ae159aac9c4d700b617b (patch) | |
| tree | 68108cea61c293e0c2e4bcff7f25ddb4a8d9d1e4 | |
| parent | 558cd995d6d3eaa94fb342d142289a1fa2f76ba3 (diff) | |
powerpc/mpc83xx: fix copyright string in serdes.c
The misspelling of "semiconductor" causes some internal copyright analysis
tools to complain.
Signed-off-by: Timur Tabi <[email protected]>
Signed-off-by: Kim Phillips <[email protected]>
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/serdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/serdes.c b/arch/powerpc/cpu/mpc83xx/serdes.c index a88fab91b2c..2d5ee03814a 100644 --- a/arch/powerpc/cpu/mpc83xx/serdes.c +++ b/arch/powerpc/cpu/mpc83xx/serdes.c @@ -1,7 +1,7 @@ /* * Freescale SerDes initialization routine * - * Copyright (C) 2007,2011 Freescale Semicondutor, Inc. + * Copyright 2007,2011 Freescale Semiconductor, Inc. * Copyright (C) 2008 MontaVista Software, Inc. * * Author: Li Yang <[email protected]> |
