From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 21/56] microblaze_v2: setup.c - system setting Date: Mon, 05 May 2008 16:21:05 +0200 Message-ID: <481F17D1.3050701@seznam.cz> References: <1209901305-6404-1-git-send-email-monstr@seznam.cz> <0873f3a1f3b72591735c6461b51964693cac52e5.1209897266.git.monstr@monstr.eu> <0ba1f259d3c17eba54e334622493577493f5065f.1209897266.git.monstr@monstr.eu> <694451053534fea7b78fb9d618b53a2b5ebeb602.1209897266.git.monstr@monstr.eu> <625ef466cf121d655539eedc919dd39166087e0c.1209897266.git.monstr@monstr.eu> <378157891bac535dbc55e658d5f03fdd332e85cf.1209897266.git.monstr@monstr.eu> <4df4022e06b9056202cc2fdf0b99deb01563a0fa.120989726 6.git.monstr@monstr.eu> <6b0c9864dc80776ae48d6488a6892e5d698751b7.1209897266.git.monstr@monstr.eu> <1209953738.5798.63.camel@localhost> Reply-To: monstr@seznam.cz Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1209953738.5798.63.camel@localhost> Sender: linux-kernel-owner@vger.kernel.org To: John Williams Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, grant.likely@secretlab.ca, Michal Simek List-Id: linux-arch.vger.kernel.org FIXED >> +++ b/arch/microblaze/kernel/setup.c > >> +#ifdef CONFIG_HACK >> + printk(KERN_NOTICE "HACK function enable\n"); >> +#else >> + printk(KERN_NOTICE "HACK function disable\n"); >> +#endif > > %s/HACK/something sensible/g > > > > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.wifiinternet.cz ([89.31.47.1]:52740 "EHLO bor.wifiinternet.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753140AbYEEOUg (ORCPT ); Mon, 5 May 2008 10:20:36 -0400 Message-ID: <481F17D1.3050701@seznam.cz> Date: Mon, 05 May 2008 16:21:05 +0200 From: Michal Simek Reply-To: monstr@seznam.cz MIME-Version: 1.0 Subject: Re: [PATCH 21/56] microblaze_v2: setup.c - system setting References: <1209901305-6404-1-git-send-email-monstr@seznam.cz> <0873f3a1f3b72591735c6461b51964693cac52e5.1209897266.git.monstr@monstr.eu> <0ba1f259d3c17eba54e334622493577493f5065f.1209897266.git.monstr@monstr.eu> <694451053534fea7b78fb9d618b53a2b5ebeb602.1209897266.git.monstr@monstr.eu> <625ef466cf121d655539eedc919dd39166087e0c.1209897266.git.monstr@monstr.eu> <378157891bac535dbc55e658d5f03fdd332e85cf.1209897266.git.monstr@monstr.eu> <4df4022e06b9056202cc2fdf0b99deb01563a0fa.1209897266.git.monstr@monstr.eu> <6b0c9864dc80776ae48d6488a6892e5d698751b7.1209897266.git.monstr@monstr.eu> <1209953738.5798.63.camel@localhost> In-Reply-To: <1209953738.5798.63.camel@localhost> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: John Williams Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, grant.likely@secretlab.ca, Michal Simek Message-ID: <20080505142105.3rCPCY0xCA90D9DGYEoUcRvhOSxWY7-KqdPHxZd2AxQ@z> FIXED >> +++ b/arch/microblaze/kernel/setup.c > >> +#ifdef CONFIG_HACK >> + printk(KERN_NOTICE "HACK function enable\n"); >> +#else >> + printk(KERN_NOTICE "HACK function disable\n"); >> +#endif > > %s/HACK/something sensible/g > > > > >