All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] linux/types.h: fix typo unchar
@ 2019-12-07 23:22 Heinrich Schuchardt
  2019-12-09 18:47 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-12-07 23:22 UTC (permalink / raw)
  To: u-boot

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/types.h b/include/linux/types.h
index 51cb284bb8..bd912bcb42 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -85,7 +85,7 @@ typedef unsigned int		u_int;
 typedef unsigned long		u_long;

 /* sysv */
-typedef unsigned char		unchar;
+typedef unsigned char		uchar;
 typedef unsigned short		ushort;
 typedef unsigned int		uint;
 typedef unsigned long		ulong;
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] linux/types.h: fix typo unchar
  2019-12-07 23:22 [PATCH 1/1] linux/types.h: fix typo unchar Heinrich Schuchardt
@ 2019-12-09 18:47 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-12-09 18:47 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 08, 2019 at 12:22:01AM +0100, Heinrich Schuchardt wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20191209/17fb0541/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-09 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 23:22 [PATCH 1/1] linux/types.h: fix typo unchar Heinrich Schuchardt
2019-12-09 18:47 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.