| To: | "Dmitri Vorobiev" <dmitri.vorobiev@movial.fi> |
|---|---|
| Subject: | Re: [PATCH] [MIPS] Kconfig: fix the arch-specific header path |
| From: | "Shane McDonald" <mcdonald.shane@gmail.com> |
| Date: | Wed, 10 Dec 2008 14:28:18 -0600 |
| Cc: | ralf@linux-mips.org, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6K3LjKx56O51wSW2YfQHvJR1b8t2jkRmz7UhXJs/ITA=; b=uZY1AU+/EoFtJU+UID3h3MUke/l672hb3o0/kg9nqIeRzCKvoR+pTJmkeuTusCzO2b ysTpof8NuDG+WOawHAMvKrBzlsTLe/Bfgmav0Wkcq6VN2bFEy2Im2LoBvdF8UPUt0d+W RhW5yNt7dWm43tn75BDTTc49FHr+PsYSETjrc= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pknBF8fsztIXkh+wptcRhPU4+nY8kjlpdrgC0s5sNdIpj41hDQs/FbcyV3FYM16W2D IDvIHrdo0pgI6FvJ/OVjFng+Exq0ydoNLonM9XbHL6QBP53yP4P3KPh9Rcp8pIIYc9ns 3cpiepTTPfM9AHKPIhJvIecHc9giPrjJgwUzA= |
| In-reply-to: | <1228936355-11675-1-git-send-email-dmitri.vorobiev@movial.fi> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1228936355-11675-1-git-send-email-dmitri.vorobiev@movial.fi> |
| Sender: | linux-mips-bounce@linux-mips.org |
As long as you're changing that line, I'd suggest fixing the spelling mistake, too (debuging should be debugging). Shane On Wed, Dec 10, 2008 at 1:12 PM, Dmitri Vorobiev <dmitri.vorobiev@movial.fi> wrote: > > The header path in the help text for the RUNTIME_DEBUG config > option is obsolete and needs to be updated to match the new > location of architecture-specific header files. > > Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> > --- > arch/mips/Kconfig.debug | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug > index 765c8e2..aab004f 100644 > --- a/arch/mips/Kconfig.debug > +++ b/arch/mips/Kconfig.debug > @@ -48,7 +48,7 @@ config RUNTIME_DEBUG > help > If you say Y here, some debugging macros will do run-time checking. > If you say N here, those macros will mostly turn to no-ops. See > - include/asm-mips/debug.h for debuging macros. > + arch/mips/include/asm/debug.h for debuging macros. > If unsure, say N. > > endmenu > -- > 1.5.4.3 > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Dmitri Vorobiev |
|---|---|
| Next by Date: | Re: [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Vorobiev Dmitri |
| Previous by Thread: | [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Dmitri Vorobiev |
| Next by Thread: | Re: [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Vorobiev Dmitri |
| Indexes: | [Date] [Thread] [Top] [All Lists] |