greybus: hid: spell fix (s/infomation/information)
authorViresh Kumar <viresh.kumar@linaro.org>
Sat, 8 Aug 2015 04:55:32 +0000 (10:25 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 11 Aug 2015 00:40:45 +0000 (17:40 -0700)
Minor spell fix.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/hid.c

index a367fd5..d423f8e 100644 (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);