mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
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 <colin.i.king@gmail.com> Link: https://patch.msgid.link/20240711083513.282724-1-colin.i.king@gmail.com Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
This commit is contained in:
parent
5bd8d7071e
commit
523e6f4f50
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* HID driver for Kensigton Slimblade Trackball
|
||||
* HID driver for Kensington Slimblade Trackball
|
||||
*
|
||||
* Copyright (c) 2009 Jiri Kosina
|
||||
*/
|
||||
|
|
@ -46,5 +46,5 @@ static struct hid_driver ks_driver = {
|
|||
};
|
||||
module_hid_driver(ks_driver);
|
||||
|
||||
MODULE_DESCRIPTION("HID driver for Kensigton Slimblade Trackball");
|
||||
MODULE_DESCRIPTION("HID driver for Kensington Slimblade Trackball");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue