]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
lib: introduce upper case hex ascii helpers
authorAndre Naujoks <nautsch2@gmail.com>
Fri, 13 Sep 2013 17:37:12 +0000 (19:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Sep 2013 19:38:26 +0000 (15:38 -0400)
commitc26d436cbf7a9549ec1073480a2e3f0d3f64e02d
tree6ba037fbde3d391864208ce94e2b61dc536bab10
parentcc9fa74e2a195f7bab27fbbc4896d2fe3ec32150
lib: introduce upper case hex ascii helpers

To be able to use the hex ascii functions in case sensitive environments
the array hex_asc_upper[] and the needed functions for hex_byte_pack_upper()
are introduced.

Signed-off-by: Andre Naujoks <nautsch2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/kernel.h
lib/hexdump.c