aboutsummaryrefslogtreecommitdiff
path: root/utils/hub-ctrl/Makefile
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-11-02 15:22:12 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-11-02 15:22:12 +0200
commit9579da76ecbb10c611f18e1dca9c4110ca60bb63 (patch)
tree876c26a1a354440f3ce4b7f1d19510eaa3fb1861 /utils/hub-ctrl/Makefile
parent7960285c3301532e8c464fb06260ce14ae4357a0 (diff)
hub-ctrl: trim trailing spaces
Found with modified Kconfiglib. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'utils/hub-ctrl/Makefile')
-rw-r--r--utils/hub-ctrl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hub-ctrl/Makefile b/utils/hub-ctrl/Makefile
index 31ea2544b..dd5528cb9 100644
--- a/utils/hub-ctrl/Makefile
+++ b/utils/hub-ctrl/Makefile
@@ -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