Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753503Ab0LFPMq (ORCPT ); Mon, 6 Dec 2010 10:12:46 -0500 Received: from cantor2.suse.de ([195.135.220.15]:52115 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753357Ab0LFPMp (ORCPT ); Mon, 6 Dec 2010 10:12:45 -0500 Date: Mon, 06 Dec 2010 16:12:44 +0100 Message-ID: From: Takashi Iwai To: Jeffrin Jose Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: sound: Fixed line limit issue in sound/ac97_bus.c In-Reply-To: <20101206150724.GA2752@debian.Jeff> References: <20101206150724.GA2752@debian.Jeff> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2037 Lines: 60 At Mon, 6 Dec 2010 20:37:24 +0530, Jeffrin Jose wrote: > > hello. > a small patch for a format issue is attached with this > mail. Thanks for the patch. I applied it now, but had to fix a few things manually: - A blank line is necessary between the patch subject and the changelog text; otherwise git-am will be confused - You don't have to indent the change text - Align the closing comment "*/" Takashi > -- > software engineer. > department of computer science > rajagiri school of engineering and technology. > [2 0001-sound-Fixed-line-limit-issue-in-sound-ac97_bus.c.patch ] > >From a2c2867876c246420a199a0fb4c36ad2965a42cc Mon Sep 17 00:00:00 2001 > From: Jeffrin Jose > Date: Mon, 6 Dec 2010 19:27:53 +0530 > Subject: [PATCH] sound: Fixed line limit issue in sound/ac97_bus.c > This is a patch to the sound/ac97_bus.c file that fixes up a 80 character > line limit issue found by the checkpatch.pl tool. > Signed-off-by: Jeffrin Jose > > --- > sound/ac97_bus.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c > index a351dd0..c93251a 100644 > --- a/sound/ac97_bus.c > +++ b/sound/ac97_bus.c > @@ -19,9 +19,9 @@ > > /* > * Let drivers decide whether they want to support given codec from their > - * probe method. Drivers have direct access to the struct snd_ac97 structure and may > - * decide based on the id field amongst other things. > - */ > + * probe method. Drivers have direct access to the struct snd_ac97 > + * structure and may decide based on the id field amongst other things. > +*/ > static int ac97_bus_match(struct device *dev, struct device_driver *drv) > { > return 1; > -- > 1.7.1 > -- 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/