greybus: hid: spell fix (s/infomation/information)

Minor spell fix.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar
2015-08-10 17:40:45 -07:00
committed by Greg Kroah-Hartman
parent f1f6fa44ae
commit d79ae495e2
+1 -1
View File
@@ -84,7 +84,7 @@ struct gb_hid {
static DEFINE_MUTEX(gb_hid_open_mutex);
/* Routines to get controller's infomation over greybus */
/* Routines to get controller's information over greybus */
/* Define get_version() routine */
define_get_version(gb_hid, HID);