Skip to content

Commit

Permalink
HID: logitech-hidpp: fix mistake in printk, "feeback" -> "feedback"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in hid_info message and add line break
to split an overly long line to clean up a checkpatch warning.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Colin Ian King authored and Jiri Kosina committed Oct 12, 2017
1 parent 9093de6 commit df47b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/hid/hid-logitech-hidpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,8 @@ static int hidpp_ff_init(struct hidpp_device *hidpp, u8 feature_index)
/* initialize with zero autocenter to get wheel in usable state */
hidpp_ff_set_autocenter(dev, 0);

hid_info(hid, "Force feeback support loaded (firmware release %d).\n", version);
hid_info(hid, "Force feedback support loaded (firmware release %d).\n",
version);

return 0;
}
Expand Down

0 comments on commit df47b24

Please sign in to comment.