diff mbox

[U-Boot] powerpc/mpc83xx: fix copyright string in serdes.c

Message ID 1340064694-19442-1-git-send-email-timur@freescale.com
State Accepted
Commit a6cdaa0cd19cc85137a3ae159aac9c4d700b617b
Delegated to: Kim Phillips
Headers show

Commit Message

Timur Tabi June 19, 2012, 12:11 a.m. UTC
The misspelling of "semiconductor" causes some internal copyright analysis
tools to complain.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/cpu/mpc83xx/serdes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kim Phillips July 3, 2012, 4:08 p.m. UTC | #1
On Mon, 18 Jun 2012 19:11:34 -0500
Timur Tabi <timur@freescale.com> wrote:

> The misspelling of "semiconductor" causes some internal copyright analysis
> tools to complain.
> 
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---

applied, thanks.

Kim
diff mbox

Patch

diff --git a/arch/powerpc/cpu/mpc83xx/serdes.c b/arch/powerpc/cpu/mpc83xx/serdes.c
index a88fab9..2d5ee03 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 <leoli@freescale.com>