Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752867AbZKKA36 (ORCPT ); Tue, 10 Nov 2009 19:29:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751919AbZKKA35 (ORCPT ); Tue, 10 Nov 2009 19:29:57 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:33969 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751849AbZKKA35 (ORCPT ); Tue, 10 Nov 2009 19:29:57 -0500 Date: Tue, 10 Nov 2009 16:29:55 -0800 From: Andrew Morton To: Greg KH Cc: Harik , Thiago Farina , linux-kernel@vger.kernel.org, Alan Cox , Alexey Dobriyan , Kay Sievers Subject: Re: [PATCH] drivers/serial: remove BAUD_TABLE_SIZE macro. Message-Id: <20091110162955.68321ab9.akpm@linux-foundation.org> In-Reply-To: <20091111001100.GA14329@suse.de> References: <1257428794-9203-1-git-send-email-tfransosi@gmail.com> <20091111001100.GA14329@suse.de> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 940 Lines: 27 On Tue, 10 Nov 2009 16:11:00 -0800 Greg KH wrote: > On Tue, Nov 10, 2009 at 07:09:30PM -0500, Harik wrote: > > On Thu, Nov 5, 2009 at 8:46 AM, Thiago Farina wrote: > > > This macro is a duplicated of ARRAY_SIZE defined in kernel api, > > > so just use it instead. > > > > > - __ __ __ UBAUD = PUT_FIELD(UBAUD_DIVIDE, __ __hw_baud_table[i].divisor) | > > > + __ __ __ UBAUD = PUT_FIELD(UBAUD_DIVIDE, __ __hw_baud_table[i].divisor) | > > > > Random bit of whitespace got in the patch > > What patch? That patch! > > Since nobody directly owns this file, CCing maintainers listed for serial_core > > Sure, care to point me at a correct one? I got it. -- 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/