summaryrefslogtreecommitdiffstats
path: root/package/tegrarcm
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@savoirfairelinux.com>2018-02-14 00:04:56 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-14 21:25:04 +0100
commitc667c21f18776ad59c6b70842d65b009f568e451 (patch)
tree4cbfbcd066cd308d2651d6284c56f07bde8295bb /package/tegrarcm
parent298b8a38dd752c12437611c92e722400de93bf9c (diff)
downloadbuildroot-c667c21f18776ad59c6b70842d65b009f568e451.tar.gz
buildroot-c667c21f18776ad59c6b70842d65b009f568e451.zip
package/*/Config.in.host: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help text of all package Config.in.host files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/tegrarcm')
-rw-r--r--package/tegrarcm/Config.in.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tegrarcm/Config.in.host b/package/tegrarcm/Config.in.host
index 47590fa127..d8cbb947d6 100644
--- a/package/tegrarcm/Config.in.host
+++ b/package/tegrarcm/Config.in.host
@@ -2,7 +2,7 @@ config BR2_PACKAGE_HOST_TEGRARCM
bool "host tegrarcm"
depends on BR2_arm || BR2_armeb
help
- This program is used to send code to a Tegra device in recovery
- mode.
+ This program is used to send code to a Tegra device in
+ recovery mode.
https://github.com/NVIDIA/tegrarcm
OpenPOWER on IntegriCloud