summaryrefslogtreecommitdiffstats
path: root/package/qemu
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/qemu
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/qemu')
-rw-r--r--package/qemu/Config.in.host3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index 71f38ef41f..f14bcec6d6 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -9,7 +9,8 @@ config BR2_PACKAGE_HOST_QEMU
select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
help
- QEMU is a generic and open source machine emulator and virtualizer.
+ QEMU is a generic and open source machine emulator and
+ virtualizer.
This option builds an emulator for your selected architecture.
OpenPOWER on IntegriCloud