summaryrefslogtreecommitdiffstats
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)
downloadtalos-obmc-uboot-fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458.tar.gz
talos-obmc-uboot-fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458.zip
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 9cd4d91742..503aa529dc 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 b55b6ed2d6..f21c7a93d3 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 7b27b01e02..be1565bfba 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 5707c1952c..0521d675c3 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 db585623c6..4c556df57a 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 e28c22f849..0d2351a6a1 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 5acf1232c7..ac10314432 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 5e96b0a65d..831437a5af 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 9f357a6212..d428268f20 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
OpenPOWER on IntegriCloud