public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Dominik Brodowski <linux@dominikbrodowski.net>
To: Patrick Mochel <mochel@digitalimplant.org>,
	Linux-pm mailing list <linux-pm@lists.osdl.org>
Subject: [PATCH] fix documentation comment in include/linux/pm.h
Date: Fri, 6 Jan 2006 02:19:44 +0100	[thread overview]
Message-ID: <20060106011944.GA12165@dominikbrodowski.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

This comment mentioned four states a driver [sic] can be in, but then the
list only mentions three states: ON, FREEZE and SUSPEND. Add the one state
a driver(!) is in most of the time: BROKEN.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

diff --git a/include/linux/pm.h b/include/linux/pm.h
index 5be87ba..d4b4f61 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -144,6 +144,7 @@ typedef struct pm_message {
 
 /*
  * There are 4 important states driver can be in:
+ * BROKEN -- typically like ON or FREEZE, depending on the phase of the moon
  * ON     -- driver is working
  * FREEZE -- stop operations and apply whatever policy is applicable to a
  *           suspended driver of that class, freeze queues for block like IDE

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



                 reply	other threads:[~2006-01-06  1:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060106011944.GA12165@dominikbrodowski.de \
    --to=linux@dominikbrodowski.net \
    --cc=linux-pm@lists.osdl.org \
    --cc=mochel@digitalimplant.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox