Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752628Ab0KSPnX (ORCPT ); Fri, 19 Nov 2010 10:43:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54753 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132Ab0KSPnV (ORCPT ); Fri, 19 Nov 2010 10:43:21 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1290120166-3132-2-git-send-email-zohar@linux.vnet.ibm.com> References: <1290120166-3132-2-git-send-email-zohar@linux.vnet.ibm.com> <1290120166-3132-1-git-send-email-zohar@linux.vnet.ibm.com> To: Mimi Zohar Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@linux-nfs.org, linux-crypto@vger.kernel.org, Jason Gunthorpe , James Morris , David Safford , Rajiv Andrade , Mimi Zohar Subject: Re: [PATCH v1.4 1/5] lib: hex2bin converts ascii hexadecimal string to binary Date: Fri, 19 Nov 2010 15:43:03 +0000 Message-ID: <9780.1290181383@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 19 Mimi Zohar wrote: > Similar to the kgdb_hex2mem() code, hex2bin converts a string > to binary using the hex_to_bin() library call. > > Changelog: > - Replace parameter names with src/dst (based on David Howell's comment) > - Add 'const' where needed (based on David Howell's comment) > - Replace int with size_t (based on David Howell's comment) > > Signed-off-by: Mimi Zohar > Acked-by: Serge E. Hallyn Acked-by: David Howells -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/