linux/types.h: fix typo unchar
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 7 Dec 2019 23:22:01 +0000 (00:22 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 9 Dec 2019 15:35:30 +0000 (10:35 -0500)
commit37db55b7e9dbbc25e4179ec5b7be8e286e47a44d
tree592325f6f7359266a194293f0be60851b5a0180d
parent2f02845817bec0dd0f89eb0d829b17b40d005afc
linux/types.h: fix typo unchar

unsigned char should be called uchar and not unchar.

This fixes a build error in lib/crypto/x509_cert_parser.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/linux/types.h