mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue