diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-08-08 10:25:32 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-08-10 17:40:45 -0700 |
commit | d79ae495e2ddb2b6f39376c4eed080dbc1b074d5 (patch) | |
tree | c27fee0214a3d69008046b662285c8038143274e /drivers/staging/greybus/hid.c | |
parent | f1f6fa44ae49e91c0a5fe9e0c6e5614e6aa22283 (diff) |
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>
Diffstat (limited to 'drivers/staging/greybus/hid.c')
-rw-r--r-- | drivers/staging/greybus/hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |