diff options
author | Bill Nottingham <notting@redhat.com> | 2013-04-19 15:01:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-19 16:38:39 -0400 |
commit | 0cfee51c7c1fa47d81b3d116df3b53c586aac422 (patch) | |
tree | bddd56b385abfd3fc295a1aa678c75647d8cd41c /drivers/misc/mei/mei_dev.h | |
parent | fcb136e1ac5774909e0d85189f721b8dfa800e0f (diff) |
mei: reseting -> resetting
This enum leaks out to userspace via error messages, so fix the spelling.
Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index c91c492063aa..4de5140e7379 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
@@ -97,7 +97,7 @@ enum mei_dev_state { | |||
97 | MEI_DEV_INITIALIZING = 0, | 97 | MEI_DEV_INITIALIZING = 0, |
98 | MEI_DEV_INIT_CLIENTS, | 98 | MEI_DEV_INIT_CLIENTS, |
99 | MEI_DEV_ENABLED, | 99 | MEI_DEV_ENABLED, |
100 | MEI_DEV_RESETING, | 100 | MEI_DEV_RESETTING, |
101 | MEI_DEV_DISABLED, | 101 | MEI_DEV_DISABLED, |
102 | MEI_DEV_POWER_DOWN, | 102 | MEI_DEV_POWER_DOWN, |
103 | MEI_DEV_POWER_UP | 103 | MEI_DEV_POWER_UP |