hub-ctrl: trim trailing spaces

Found with modified Kconfiglib.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 9579da76ec)
This commit is contained in:
Stijn Tintel 2022-11-02 15:22:12 +02:00 committed by Josef Schlehofer
parent 3f4cc35d14
commit 01cb4fc41d
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@ include $(INCLUDE_DIR)/package.mk
define Package/hub-ctrl
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Control USB power on a port by port basis
TITLE:=Control USB power on a port by port basis
URL:=https://github.com/codazoda/hub-ctrl.c
DEPENDS:=+libusb-compat
endef
define Package/hub-ctrl/description
Control USB power on a port by port basis on some USB hubs.
This only works on USB hubs that have the hardware necessary
This only works on USB hubs that have the hardware necessary
to allow software controlled power switching.
Most hubs DO NOT include the hardware.
endef