From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v2] [libata] Avoid specialized TLA's in ZPODD's Kconfig Date: Mon, 04 Mar 2013 17:14:55 -0500 Message-ID: <51351CDF.6070003@pobox.com> References: <1663657.ypAtqGpGAq@vostro.rjw.lan> <1781256.mPQbtiUPYR@vostro.rjw.lan> <2223198.XmyRLgb3Gv@vostro.rjw.lan> <20130226161049.GA9303@kahuna> <20130226163712.GA30433@htj.dyndns.org> <20130226165813.GB30433@htj.dyndns.org> <512CF809.8010102@pobox.com> <5130052E.9070403@intel.com> <5130A8DF.7080709@cogentembedded.com> <51318775.1060309@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51318775.1060309@intel.com> Sender: linux-pm-owner@vger.kernel.org To: Aaron Lu Cc: Sergei Shtylyov , Tejun Heo , Linus Torvalds , "linux-ide@vger.kernel.org" , Jeff Garzik , "Rafael J. Wysocki" , LKML , Linux PM list List-Id: linux-ide@vger.kernel.org On 03/02/2013 12:00 AM, Aaron Lu wrote: > ODD is not a common TLA for non-ATA people so they will get confused > by its meaning when they are configuring the kernel. This patch fixed > this problem by using ODD only after stating what it is. > > Signed-off-by: Aaron Lu > --- > v2: > Add a space before open paren as suggested by Sergei Shtylyov. > > drivers/ata/Kconfig | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) applied