From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 0E4B1DE0F5 for ; Thu, 4 Oct 2007 03:51:15 +1000 (EST) Message-ID: <4703D68E.9010000@garzik.org> Date: Wed, 03 Oct 2007 13:51:10 -0400 From: Jeff Garzik MIME-Version: 1.0 To: "Valentine Barshak (by way of Josh Boyer )" Subject: Re: [PATCH] Fix typo in new EMAC driver. References: <20071002120107.GA21847@ru.mvista.com> In-Reply-To: <20071002120107.GA21847@ru.mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org, netdev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Valentine Barshak (by way of Josh Boyer ) wrote: > Fix an obvious typo in emac_xmit_finish. > > Signed-off-by: Valentine Barshak > --- > drivers/net/ibm_newemac/core.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) applied