From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcFP9-00028y-Hy for qemu-devel@nongnu.org; Wed, 16 Sep 2015 12:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcFP4-0000mc-Kg for qemu-devel@nongnu.org; Wed, 16 Sep 2015 12:17:55 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:57400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcFP4-0000mW-C8 for qemu-devel@nongnu.org; Wed, 16 Sep 2015 12:17:50 -0400 Date: Wed, 16 Sep 2015 12:17:49 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1540323318.12793544.1442420269772.JavaMail.zimbra@redhat.com> In-Reply-To: <55F9951A.1040804@redhat.com> References: <1442419377-9309-1-git-send-email-marcandre.lureau@redhat.com> <55F9951A.1040804@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] utils: rename strtosz to use qemu prefix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: marcandre lureau , qemu-devel@nongnu.org ----- Original Message ----- > On 09/16/2015 10:02 AM, marcandre.lureau@redhat.com wrote: > > From: Marc-Andr=C3=A9 Lureau > >=20 > > Not only it makes sense, but it gets rid of checkpatch warning: > > WARNING: consider using qemu_strtosz in preference to strtosz >=20 > Indeed, POSIX reserves the entire str*() namespace for future extension, > so avoiding the collision is worthwhile. >=20 > >=20 > > Also remove get rid of tabs to please checkpatch. I'll fix this spelling too > >=20 > > Signed-off-by: Marc-Andr=C3=A9 Lureau > > --- >=20 > Reviewed-by: Eric Blake >=20 > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >=20 >=20