summaryrefslogtreecommitdiffstats
path: root/include/fat.h
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2008-11-27 22:30:27 +0100
committerRemy Böhmer <linux@bohmer.net>2008-12-04 20:51:44 +0100
commit3c2c2f427905040c1513d0c51d637689cba48346 (patch)
treefc563a3292e6c13ecdc794c1c3f2c8a645658843 /include/fat.h
parentbebfc6ef3ec994c8e18783269b1d8d41f8e38afd (diff)
downloadtalos-obmc-uboot-3c2c2f427905040c1513d0c51d637689cba48346.tar.gz
talos-obmc-uboot-3c2c2f427905040c1513d0c51d637689cba48346.zip
Remove non-ascii characters from fat code
This code contains some non-ascii characters in comment lines and code. Most editors do not display those characters properly and editing those files results always in diffs at these places which are usually not required to be changed at all. This is error prone. So, remove those weird characters and replace them by normal C-style equivalents for which the proper defines were already in the header. Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/fat.h')
-rw-r--r--include/fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fat.h b/include/fat.h
index 59de3fbec5..c8b9493620 100644
--- a/include/fat.h
+++ b/include/fat.h
@@ -67,7 +67,7 @@
#define ATTR_VFAT (ATTR_RO | ATTR_HIDDEN | ATTR_SYS | ATTR_VOLUME)
#define DELETED_FLAG ((char)0xe5) /* Marks deleted files when in name[0] */
-#define aRING 0x05 /* Used to represent 'å' in name[0] */
+#define aRING 0x05 /* Used as special character in name[0] */
/* Indicates that the entry is the last long entry in a set of long
* dir entries
OpenPOWER on IntegriCloud