aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2017-04-30 13:12:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-25 18:24:03 +0200
commitb6a38565e6d783a16854654b3cfb3a178768b37a (patch)
tree43b0bc23d55cd8afbaccb65688fc7a6ce394d2d1 /drivers
parentmei: make mei_cl_bus_rescan static (diff)
downloadlinux-dev-b6a38565e6d783a16854654b3cfb3a178768b37a.tar.xz
linux-dev-b6a38565e6d783a16854654b3cfb3a178768b37a.zip
mei: hw: fix a spelling mistake
notifcation -> notification Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/mei/hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h
index e1e4d47d4d7d..5c8286b40b62 100644
--- a/drivers/misc/mei/hw.h
+++ b/drivers/misc/mei/hw.h
@@ -65,7 +65,7 @@
#define HBM_MAJOR_VERSION_DOT 2
/*
- * MEI version with notifcation support
+ * MEI version with notification support
*/
#define HBM_MINOR_VERSION_EV 0
#define HBM_MAJOR_VERSION_EV 2