Message ID | 13c5bff1d50addbb2249b40632fcef0095231ca4.1627052845.git.christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | Mainlined |
Commit | e9c6729acb38bcf027e40a5b50b2e1b0aa4bc170 |
Delegated to: | Jiri Kosina |
Headers | show |
Series | HID: fix typo in Kconfig | expand |
On Fri, 23 Jul 2021, Christophe JAILLET wrote: > There is a missing space in "relyingon". > Add it. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> > --- > drivers/hid/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig > index 160554903ef9..76937f716fbe 100644 > --- a/drivers/hid/Kconfig > +++ b/drivers/hid/Kconfig > @@ -576,7 +576,7 @@ config HID_LOGITECH_HIDPP > depends on HID_LOGITECH > select POWER_SUPPLY > help > - Support for Logitech devices relyingon the HID++ Logitech specification > + Support for Logitech devices relying on the HID++ Logitech specification > > Say Y if you want support for Logitech devices relying on the HID++ > specification. Such devices are the various Logitech Touchpads (T650, Applied, thanks.
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 160554903ef9..76937f716fbe 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -576,7 +576,7 @@ config HID_LOGITECH_HIDPP depends on HID_LOGITECH select POWER_SUPPLY help - Support for Logitech devices relyingon the HID++ Logitech specification + Support for Logitech devices relying on the HID++ Logitech specification Say Y if you want support for Logitech devices relying on the HID++ specification. Such devices are the various Logitech Touchpads (T650,
There is a missing space in "relyingon". Add it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)