Message ID | 20241123112910.87829-1-nishitrao1011@gmail.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Jiri Kosina |
Headers | show |
Series | Fix typo in drivers/hid-logitech-dj.c | expand |
diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c index 34fa71ceec2b..b7d15859b2ad 100644 --- a/drivers/hid/hid-logitech-dj.c +++ b/drivers/hid/hid-logitech-dj.c @@ -534,7 +534,7 @@ static const char hidpp_descriptor[] = { * * Right now, RF report types have the same report types (or report id's) * than the hid report created from those RF reports. In the future - * this doesnt have to be true. + * this doesn't have to be true. * * For instance, RF report type 0x01 which has a size of 8 bytes, corresponds * to hid report id 0x01, this is standard keyboard. Same thing applies to mice
Change spelling of doesn't Signed-off-by: Nishit Rao <nishitrao1011@gmail.com> --- drivers/hid/hid-logitech-dj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)