Commit f3a9c823 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Gabriel Krisman Bertazi

unicode: mark the version field in struct unicode_map unsigned

unicode version tripplets are always unsigned.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarGabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: default avatarGabriel Krisman Bertazi <krisman@collabora.com>
parent a440943e
......@@ -6,7 +6,7 @@
#include <linux/dcache.h>
struct unicode_map {
int version;
unsigned int version;
};
int utf8_validate(const struct unicode_map *um, const struct qstr *str);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment