From: Viresh Kumar Date: Sat, 8 Aug 2015 04:55:32 +0000 (+0530) Subject: greybus: hid: spell fix (s/infomation/information) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d79ae495e2ddb2b6f39376c4eed080dbc1b074d5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: hid: spell fix (s/infomation/information) Minor spell fix. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/hid.c b/drivers/staging/greybus/hid.c index a367fd5fad70..d423f8eb145e 100644 --- a/drivers/staging/greybus/hid.c +++ b/drivers/staging/greybus/hid.c @@ -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);