From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by ozlabs.org (Postfix) with ESMTP id 1CBCCDDEBF for ; Wed, 11 Jul 2007 08:04:47 +1000 (EST) Received: by wx-out-0506.google.com with SMTP id h27so1189916wxd for ; Tue, 10 Jul 2007 15:04:46 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Sergei Shtylyov Subject: Re: [PATCH] ide: Use inline function for eieio Date: Tue, 10 Jul 2007 23:58:37 +0200 References: <469384B3.1080502@ru.mvista.com> In-Reply-To: <469384B3.1080502@ru.mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200707102358.37236.bzolnier@gmail.com> Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , [ added Kou back to cc: ] On Tuesday 10 July 2007, Sergei Shtylyov wrote: > Hello. > > Kumar Gala wrote: > > Move to using inline function variant of eieio instead of inline assmebly. > > > Signed-off-by: Kumar Gala applied Please use host driver name ("scc_pata" in this case) instead of "ide" in the patch summary if your changes are limited to a single host driver. This helps later when going through git logs. > Acked-by: Sergei Shtylyov added Thanks, Bart