Blackfin: convert unicode space gremlins
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>
This commit is contained in:
parent
006669ec21
commit
969564508d
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2009 Analog Devices Inc.
|
* Copyright 2004-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ARCH_BLACKFIN_ATOMIC__
|
#ifndef __ARCH_BLACKFIN_ATOMIC__
|
||||||
#define __ARCH_BLACKFIN_ATOMIC__
|
#define __ARCH_BLACKFIN_ATOMIC__
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Common header file for Blackfin family of processors.
|
* Common header file for Blackfin family of processors.
|
||||||
*
|
*
|
||||||
* Copyright 2004-2009 Analog Devices Inc.
|
* Copyright 2004-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BLACKFIN_H_
|
#ifndef _BLACKFIN_H_
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2008 Analog Devices Inc.
|
* Copyright 2004-2008 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASM_BFIN_MODULE_H
|
#ifndef _ASM_BFIN_MODULE_H
|
||||||
#define _ASM_BFIN_MODULE_H
|
#define _ASM_BFIN_MODULE_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2009 Analog Devices Inc.
|
* Copyright 2004-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BLACKFIN_PAGE_H
|
#ifndef _BLACKFIN_PAGE_H
|
||||||
#define _BLACKFIN_PAGE_H
|
#define _BLACKFIN_PAGE_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2009 Analog Devices Inc.
|
* Copyright 2004-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BLACKFIN_SECTIONS_H
|
#ifndef _BLACKFIN_SECTIONS_H
|
||||||
#define _BLACKFIN_SECTIONS_H
|
#define _BLACKFIN_SECTIONS_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2008 Analog Devices Inc.
|
* Copyright 2004-2008 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASM_BLACKFIN_SIGCONTEXT_H
|
#ifndef _ASM_BLACKFIN_SIGCONTEXT_H
|
||||||
#define _ASM_BLACKFIN_SIGCONTEXT_H
|
#define _ASM_BLACKFIN_SIGCONTEXT_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004-2009 Analog Devices Inc.
|
* Copyright 2004-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __BFIN_SPINLOCK_H
|
#ifndef __BFIN_SPINLOCK_H
|
||||||
#define __BFIN_SPINLOCK_H
|
#define __BFIN_SPINLOCK_H
|
||||||
|
|
Loading…
Reference in New Issue