Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936138AbYBCADm (ORCPT ); Sat, 2 Feb 2008 19:03:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935419AbYBCAA1 (ORCPT ); Sat, 2 Feb 2008 19:00:27 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:55928 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932685AbYBCAAP (ORCPT ); Sat, 2 Feb 2008 19:00:15 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=k4aEEZSrdeOlwdmSXQDTEUsJn2CQtjN7jZKafCy5O5oBiDTwjmJimu9ugmvDICINOLXRX/vjqEjV9qGRjcMIoxkpTi/rUgjNP0qSPwJuwthR+I/l9BFyyuVWaPqqNj3MaLDahjIohbqFoNTGIMZxUbcg/LklH8tgWFAdTHwLHG0= From: Bartlomiej Zolnierkiewicz To: Borislav Petkov Subject: Re: [PATCH 28/32] ide-tape: shorten some function names Date: Sun, 3 Feb 2008 01:12:59 +0100 User-Agent: KMail/1.9.6 (enterprise 0.20071204.744707) Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Borislav Petkov References: <1201427300-3954-1-git-send-email-petkovbb@gmail.com> <1201427300-3954-23-git-send-email-petkovbb@gmail.com> In-Reply-To: <1201427300-3954-23-git-send-email-petkovbb@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802030112.59217.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1280 Lines: 38 On Sunday 27 January 2008, Borislav Petkov wrote: > From: Borislav Petkov > > Signed-off-by: Borislav Petkov > --- > drivers/ide/ide-tape.c | 29 +++++++++++++++-------------- > 1 files changed, 15 insertions(+), 14 deletions(-) > > diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c > index f8a4b27..d4c4255 100644 > --- a/drivers/ide/ide-tape.c > +++ b/drivers/ide/ide-tape.c [...] > @@ -2290,10 +2290,10 @@ static int idetape_queue_rw_tail(ide_drive_t *drive, int cmd, int blocks, struct > } > > /* > - * idetape_insert_pipeline_into_queue is used to start servicing the > + * idetape_ins_ppl_into_queue is used to start servicing the > * pipeline stages, starting from tape->next_stage. > */ > -static void idetape_insert_pipeline_into_queue (ide_drive_t *drive) > +static void idetape_ins_ppl_into_queue(ide_drive_t *drive) idetape_plug_pipeline? Otherwise looks fine so please move it at the beginning of the series and resubmit so I can apply it. Thanks, Bart -- 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/