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-08 10:25:32 +05:30 committed by Greg Kroah-Hartman
parent f1f6fa44ae
commit d79ae495e2

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);