mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
unicode: mark the version field in struct unicode_map unsigned
unicode version tripplets are always unsigned. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
This commit is contained in:
parent
a440943e68
commit
f3a9c82396
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user