Skip to content

Commit

Permalink
Blackfin: convert unicode space gremlins
Browse files Browse the repository at this point in the history
Not sure how these guys slipped in, but they're annoying me.
So bring these unicode space gremlins down to earth to normal
ascii spaces.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent 006669e commit 9695645
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/atomic.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2009 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef __ARCH_BLACKFIN_ATOMIC__
#define __ARCH_BLACKFIN_ATOMIC__
Expand Down
6 changes: 3 additions & 3 deletions arch/blackfin/include/asm/blackfin.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Common header file for Blackfin family of processors.
*
 * Copyright 2004-2009 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef _BLACKFIN_H_
Expand Down
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/module.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2008 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef _ASM_BFIN_MODULE_H
#define _ASM_BFIN_MODULE_H
Expand Down
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/page.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2009 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef _BLACKFIN_PAGE_H
#define _BLACKFIN_PAGE_H
Expand Down
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/sections.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2009 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef _BLACKFIN_SECTIONS_H
#define _BLACKFIN_SECTIONS_H
Expand Down
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/sigcontext.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2008 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef _ASM_BLACKFIN_SIGCONTEXT_H
#define _ASM_BLACKFIN_SIGCONTEXT_H
Expand Down
8 changes: 4 additions & 4 deletions arch/blackfin/include/asm/spinlock.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
 * Copyright 2004-2009 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/

#ifndef __BFIN_SPINLOCK_H
#define __BFIN_SPINLOCK_H
Expand Down

0 comments on commit 9695645

Please sign in to comment.