* [PATCH] fix documentation comment in include/linux/pm.h
@ 2006-01-06 1:19 Dominik Brodowski
0 siblings, 0 replies; only message in thread
From: Dominik Brodowski @ 2006-01-06 1:19 UTC (permalink / raw)
To: Patrick Mochel, Linux-pm mailing list
[-- 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 --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-06 1:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06 1:19 [PATCH] fix documentation comment in include/linux/pm.h Dominik Brodowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox