]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove non-ascii characters from fat code
authorRemy Bohmer <linux@bohmer.net>
Thu, 27 Nov 2008 21:30:27 +0000 (22:30 +0100)
committerRemy Böhmer <linux@bohmer.net>
Thu, 4 Dec 2008 19:51:44 +0000 (20:51 +0100)
commit3c2c2f427905040c1513d0c51d637689cba48346
treefc563a3292e6c13ecdc794c1c3f2c8a645658843
parentbebfc6ef3ec994c8e18783269b1d8d41f8e38afd
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>
fs/fat/fat.c
include/fat.h