Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754163Ab0LFSOu (ORCPT ); Mon, 6 Dec 2010 13:14:50 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:61743 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752960Ab0LFSOt (ORCPT ); Mon, 6 Dec 2010 13:14:49 -0500 Date: Mon, 6 Dec 2010 16:15:07 -0200 From: "Gustavo F. Padovan" To: Joe Perches Cc: Marcel Holtmann , netdev@vger.kernel.org, "David S. Miller" , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] bluetooth: Use printf extension %pMbt Message-ID: <20101206181507.GC883@vigoh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1785 Lines: 47 Hi Joe, * Joe Perches [2010-12-03 18:33:04 -0800]: > Save some text and bss. > Remove function batostr so there's no possibility of bad output. > > from the net/bluetooth directory: > > $ size built-in.o.* > text data bss dec hex filename > 293562 16265 70088 379915 5cc0b built-in.o.allyesconfig.new > 294619 16269 70480 381368 5d1b8 built-in.o.allyesconfig.old > 30359 772 56 31187 79d3 built-in.o.btonly.new > 30555 776 92 31423 7abf built-in.o.btonly.old > > Signed-off-by: Joe Perches > --- > net/bluetooth/bnep/core.c | 3 +-- > net/bluetooth/cmtp/core.c | 2 +- > net/bluetooth/hci_conn.c | 6 +++--- > net/bluetooth/hci_core.c | 8 ++++---- > net/bluetooth/hci_event.c | 6 +++--- > net/bluetooth/hci_sysfs.c | 10 +++++----- > net/bluetooth/hidp/core.c | 4 ++-- > net/bluetooth/l2cap.c | 19 +++++++++---------- > net/bluetooth/lib.c | 14 -------------- > net/bluetooth/rfcomm/core.c | 16 ++++++++-------- > net/bluetooth/rfcomm/sock.c | 8 ++++---- > net/bluetooth/rfcomm/tty.c | 6 +++--- > net/bluetooth/sco.c | 12 ++++++------ > 13 files changed, 49 insertions(+), 65 deletions(-) This patch doesn't apply to the bluetooth-next-2.6 tree. Can you please rebase it against the bluetooth-next-2.6 tree? The tree is at: git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git -- Gustavo F. Padovan http://profusion.mobi -- 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/