From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755594Ab2GJMwN (ORCPT ); Tue, 10 Jul 2012 08:52:13 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:27724 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755379Ab2GJMwJ (ORCPT ); Tue, 10 Jul 2012 08:52:09 -0400 Date: Tue, 10 Jul 2012 15:51:57 +0300 From: Dan Carpenter To: Kevin McKinney Cc: Marcos Souza , gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, standby24x7@gmail.com Subject: Re: [PATCH 0/3] staging: bcm: Cleanup bcm driver Message-ID: <20120710125156.GE6113@mwanda> References: <1341883960-21635-1-git-send-email-marcos.souza.org@gmail.com> <20120710024046.GA8894@gmail.com> <20120710123840.GA2928@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120710123840.GA2928@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 10, 2012 at 08:38:41AM -0400, Kevin McKinney wrote: > On Mon, Jul 09, 2012 at 11:48:09PM -0300, Marcos Souza wrote: > > 2012/7/9 Kevin McKinney : > > > On Mon, Jul 09, 2012 at 10:32:37PM -0300, Marcos Paulo de Souza wrote: > > >> Hi Kernel guys! > > >> > > >> This new patchset tries to clean a little the bcm driver, removing > > >> some unused macros and some dead code. > > >> > > >> These macros and dead code were reported by the forgotten-macros tool > > >> (https://github.com/marcosps/forgotten_macros). > > >> > > >> The tool is under development, but all the patches looks like OK. > > >> > > >> This patchset is based in staging-next. > > >> > > >> Thanks guys! > > > > > > The patchset looks good! > > > > Thanks for the answer Kevin!! > > > > So, do I have your ack? > Yes, I ack. The normal format is: Acked-by: Your Name Some maintainers have scripts which pick Acked-by tags automatically or even if they don't they can copy and paste it. regards, dan carpenter