summaryrefslogtreecommitdiff
path: root/fs/fdos
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-08-04 18:45:45 +0200
committerWolfgang Denk <wd@denx.de>2011-08-04 23:34:02 +0200
commitfa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch)
treee42df8af804c785913a25c066368909a618b1dd8 /fs/fdos
parenteccfb49046fde7af9ae12ab59d97ae867368eaa8 (diff)
downloadu-boot-imx-fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458.zip
u-boot-imx-fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458.tar.gz
u-boot-imx-fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458.tar.bz2
Convert ISO-8859 files to UTF-8
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'fs/fdos')
-rw-r--r--fs/fdos/Makefile2
-rw-r--r--fs/fdos/dev.c2
-rw-r--r--fs/fdos/dos.h2
-rw-r--r--fs/fdos/fat.c2
-rw-r--r--fs/fdos/fdos.c2
-rw-r--r--fs/fdos/fdos.h2
-rw-r--r--fs/fdos/fs.c2
-rw-r--r--fs/fdos/subdir.c2
-rw-r--r--fs/fdos/vfat.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/fs/fdos/Makefile b/fs/fdos/Makefile
index 9cd4d91..503aa52 100644
--- a/fs/fdos/Makefile
+++ b/fs/fdos/Makefile
@@ -3,7 +3,7 @@
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2002
-# Stäubli Faverges - <www.staubli.com>
+# Stäubli Faverges - <www.staubli.com>
# Pierre AUBERT p.aubert@staubli.com
#
#
diff --git a/fs/fdos/dev.c b/fs/fdos/dev.c
index b55b6ed..f21c7a9 100644
--- a/fs/fdos/dev.c
+++ b/fs/fdos/dev.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/dos.h b/fs/fdos/dos.h
index 7b27b01..be1565b 100644
--- a/fs/fdos/dos.h
+++ b/fs/fdos/dos.h
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c
index 5707c19..0521d67 100644
--- a/fs/fdos/fat.c
+++ b/fs/fdos/fat.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/fdos.c b/fs/fdos/fdos.c
index db58562..4c556df 100644
--- a/fs/fdos/fdos.c
+++ b/fs/fdos/fdos.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/fdos.h b/fs/fdos/fdos.h
index e28c22f..0d2351a 100644
--- a/fs/fdos/fdos.h
+++ b/fs/fdos/fdos.h
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/fs.c b/fs/fdos/fs.c
index 5acf123..ac10314 100644
--- a/fs/fdos/fs.c
+++ b/fs/fdos/fs.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/subdir.c b/fs/fdos/subdir.c
index 5e96b0a..831437a 100644
--- a/fs/fdos/subdir.c
+++ b/fs/fdos/subdir.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this
diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c
index 9f357a6..d428268 100644
--- a/fs/fdos/vfat.c
+++ b/fs/fdos/vfat.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
* Pierre AUBERT p.aubert@staubli.com
*
* See file CREDITS for list of people who contributed to this