All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Pavel Machek <pavel@ucw.cz>
Cc: linux-pm@osdl.org, linux-kernel@vger.kernel.org,
	Jean-Luc Leger <reiga@dspnet.fr.eu.org>
Subject: [2.6 patch] SOFTWARE_SUSPEND: fix a typo in the dependencies
Date: Sat, 14 Jan 2006 03:35:15 +0100	[thread overview]
Message-ID: <20060114023515.GJ29663@stusta.de> (raw)
In-Reply-To: <20060106202948.GB2736@ucw.cz>

This patch fixes a typo in the dependencies of SOFTWARE_SUSPEND.

This patch is based on a report by
Jean-Luc Leger <reiga@dspnet.fr.eu.org>.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-mm3-full/kernel/power/Kconfig.old	2006-01-14 03:25:54.000000000 +0100
+++ linux-2.6.15-mm3-full/kernel/power/Kconfig	2006-01-14 03:26:03.000000000 +0100
@@ -38,7 +38,7 @@
 
 config SOFTWARE_SUSPEND
 	bool "Software Suspend"
-	depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP)
+	depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)
 	---help---
 	  Enable the possibility of suspending the machine.
 	  It doesn't need APM.

  parent reply	other threads:[~2006-01-14  2:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-10  4:36 SOFTWARE_SUSPEND: dependency on non-existing FVR symbol Adrian Bunk
2006-01-06 20:29 ` Pavel Machek
2006-01-06 20:29   ` Pavel Machek
2006-01-12 20:43   ` Adrian Bunk
2006-01-14  2:35   ` Adrian Bunk [this message]
2006-01-14 17:44     ` [2.6 patch] SOFTWARE_SUSPEND: fix a typo in the dependencies Pavel Machek
2006-01-14 17:44       ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060114023515.GJ29663@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@osdl.org \
    --cc=pavel@ucw.cz \
    --cc=reiga@dspnet.fr.eu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.