Skip to content
  • Remy Bohmer's avatar
    Remove non-ascii characters from fat code · 3c2c2f42
    Remy Bohmer authored
    
    
    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: default avatarRemy Bohmer <linux@bohmer.net>
    3c2c2f42