From 9579da76ecbb10c611f18e1dca9c4110ca60bb63 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 2 Nov 2022 15:22:12 +0200 Subject: [PATCH] hub-ctrl: trim trailing spaces Found with modified Kconfiglib. Signed-off-by: Stijn Tintel --- utils/hub-ctrl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/hub-ctrl/Makefile b/utils/hub-ctrl/Makefile index 31ea2544be..dd5528cb9b 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