Skip to content

Commit 523e6f4

Browse files
ColinIanKingBenjamin Tissoires
authored andcommitted
HID: Fix spelling mistakes "Kensigton" -> "Kensington"
There are spelling mistakes in a comment and in the module description. Fix these. Signed-off-by: Colin Ian King <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 5bd8d70 commit 523e6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hid/hid-kensington.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* HID driver for Kensigton Slimblade Trackball
3+
* HID driver for Kensington Slimblade Trackball
44
*
55
* Copyright (c) 2009 Jiri Kosina
66
*/
@@ -46,5 +46,5 @@ static struct hid_driver ks_driver = {
4646
};
4747
module_hid_driver(ks_driver);
4848

49-
MODULE_DESCRIPTION("HID driver for Kensigton Slimblade Trackball");
49+
MODULE_DESCRIPTION("HID driver for Kensington Slimblade Trackball");
5050
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)