From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761078AbYBHVmS (ORCPT ); Fri, 8 Feb 2008 16:42:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754892AbYBHVl4 (ORCPT ); Fri, 8 Feb 2008 16:41:56 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:45249 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759894AbYBHVlz (ORCPT ); Fri, 8 Feb 2008 16:41:55 -0500 Date: Fri, 8 Feb 2008 13:41:15 -0800 From: Andrew Morton To: Jiri Slaby Cc: linux-kernel@vger.kernel.org, hch@lst.de Subject: Re: [PATCH 1/1] mxser: convert large macros to functions Message-Id: <20080208134115.9289b7c7.akpm@linux-foundation.org> In-Reply-To: <1202462208-6171-1-git-send-email-jirislaby@gmail.com> References: <1202462208-6171-1-git-send-email-jirislaby@gmail.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-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 On Fri, 8 Feb 2008 10:16:48 +0100 Jiri Slaby wrote: > From: Christoph Hellwig > > From: Christoph Hellwig > > Signed-off-by: Christoph Hellwig > Acked-by: Jiri Slaby This should have been Signed-off-by: - you were in the delivery path. I'll make that change. > --- a/drivers/char/mxser.c > +++ b/drivers/char/mxser.c Has this been runtime tested? > - DISABLE_MOXA_MUST_ENCHANCE_MODE(io); > + mxser_disable_must_enchance_mode(io); hm, what's all this "enchance" stuff throughout the driver? Did it mean "enhance"?