Skip to content

Commit f3a9c82

Browse files
Christoph Hellwigkrisman-at-collabora
authored andcommitted
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>
1 parent a440943 commit f3a9c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/unicode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <linux/dcache.h>
77

88
struct unicode_map {
9-
int version;
9+
unsigned int version;
1010
};
1111

1212
int utf8_validate(const struct unicode_map *um, const struct qstr *str);

0 commit comments

Comments
 (0)