Re: [PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-19 Thread Oliver Hartkopp
On 19.09.2013 11:38, Marc Kleine-Budde wrote: > On 09/15/2013 06:35 AM, Andrew Morton wrote: >> On Sun, 15 Sep 2013 01:27:03 -0300 Thiago Farina wrote: >> >>> On Fri, Sep 13, 2013 at 2:37 PM, Andre Naujoks wrote: To be able to use the hex ascii functions in case sensitive environments t

Re: [PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-19 Thread Marc Kleine-Budde
On 09/15/2013 06:35 AM, Andrew Morton wrote: > On Sun, 15 Sep 2013 01:27:03 -0300 Thiago Farina wrote: > >> On Fri, Sep 13, 2013 at 2:37 PM, Andre Naujoks wrote: >>> To be able to use the hex ascii functions in case sensitive environments >>> the array hex_asc_upper[] and the needed functions fo

Re: [PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-14 Thread Andrew Morton
On Sun, 15 Sep 2013 01:27:03 -0300 Thiago Farina wrote: > On Fri, Sep 13, 2013 at 2:37 PM, Andre Naujoks wrote: > > 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. > > >

Re: [PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-14 Thread Thiago Farina
On Fri, Sep 13, 2013 at 2:37 PM, Andre Naujoks wrote: > 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 > --- > include/linux/kernel.h | 11 +

[PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-13 Thread Andre Naujoks
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 --- include/linux/kernel.h | 11 +++ lib/hexdump.c | 2 ++ 2 files changed, 13 inse