Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754822Ab2EYOhx (ORCPT ); Fri, 25 May 2012 10:37:53 -0400 Received: from mail-vb0-f46.google.com ([209.85.212.46]:44336 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751639Ab2EYOhw (ORCPT ); Fri, 25 May 2012 10:37:52 -0400 Date: Fri, 25 May 2012 11:37:45 -0300 From: Gustavo Padovan To: andrei.emeltchenko.news@gmail.com Cc: linux-kernel@vger.kernel.org, joe@perches.com, linux-bluetooth@vger.kernel.org, Andrei Emeltchenko Subject: Re: [RFC] vsprintf: Add %pMR for Bluetooth MAC address Message-ID: <20120525143745.GE31623@joana> Mail-Followup-To: Gustavo Padovan , andrei.emeltchenko.news@gmail.com, linux-kernel@vger.kernel.org, joe@perches.com, linux-bluetooth@vger.kernel.org, Andrei Emeltchenko References: <1336778486.16292.0.camel@joe2Laptop> <1337956368-30621-1-git-send-email-andrei.emeltchenko.news@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1337956368-30621-1-git-send-email-andrei.emeltchenko.news@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 27 Hi Andrei, * andrei.emeltchenko.news@gmail.com [2012-05-25 17:32:48 +0300]: > From: Andrei Emeltchenko > > Bluetooth uses mostly LE byte order which is reversed for visual > interpretation. Currently in Bluetooth in use unsafe batostr function. > > This is slightly modified version of Joe Perches > patch (sent Sat, Dec 4, 2010). > > Signed-off-by: Andrei Emeltchenko > --- > lib/vsprintf.c | 22 +++++++++++++++++----- > 1 file changed, 17 insertions(+), 5 deletions(-) Please resend this using the get-maintainers scripts in the --cc too (akpm et al) so we can get this to the right people. Gustavo -- 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/