]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/k*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:48 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:52 +0000 (19:09 +0200)
The check-package script when ran gives warnings on text wrapping
on all of these Config files.  This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter k in the package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kexec-lite/Config.in
package/kexec/Config.in
package/kodi-pvr-vbox/Config.in
package/kodi/Config.in
package/ktap/Config.in
package/kvmtool/Config.in

index 97748dcce5e8408b89c8ae8cdc5280bff37c9ea0..cd0e30f2ddb4ee0ad2f01d37e36bfa105a125c05 100644 (file)
@@ -9,7 +9,8 @@ config BR2_PACKAGE_KEXEC_LITE
        select BR2_PACKAGE_DTC_PROGRAMS
        help
          Kexec is a user space utiltity for loading another kernel
-         and asking the currently running kernel to do something with it.
+         and asking the currently running kernel to do something with
+         it.
 
          This package is a tiny implementation of the kexec userspace
          components, for devicetree-based platforms.
index d92e6b95736700a1c2630918a9234f45e2cb2021..c24dff38ec34ca07df63ae74305bf806ee0113b3 100644 (file)
@@ -5,7 +5,8 @@ config BR2_PACKAGE_KEXEC
                BR2_powerpc || BR2_sh4 || BR2_sh4a
        help
          Kexec is a user space utility for loading another kernel
-         and asking the currently running kernel to do something with it.
+         and asking the currently running kernel to do something with
+         it.
 
          https://www.kernel.org/pub/linux/utils/kernel/kexec/
 
index 3a5f8c464937a8c6429943db49d58db9e1406619..c1c22c10d105f5cba2ec8ff299c58b8f200e4fc1 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_KODI_PVR_VBOX
        bool "kodi-pvr-vbox"
        select BR2_PACKAGE_KODI_PLATFORM
        help
-         Kodi PVR addon for interfacing with VBox Communications XTi TV Gateway
+         Kodi PVR addon for interfacing with VBox Communications XTi TV
+         Gateway
 
          https://github.com/kodi-pvr/pvr.vbox
index 68c72e66cc273c608bbef31ab5dd78562ba1ff15..76be9d9253b6683c816f395a390a3d983f0e511b 100644 (file)
@@ -207,7 +207,8 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
        select BR2_PACKAGE_LIBSHAIRPLAY
        help
          Enable Shairport support.
-         Select this if you want to stream content from an Apple device.
+         Select this if you want to stream content from an Apple
+         device.
 
 config BR2_PACKAGE_KODI_LIBSMBCLIENT
        bool "samba"
index c85522846aaaf2a2f72893da8b71545a18f634aa..38293f6ddee26b70b9d72d2c6f21a856cb69b89f 100644 (file)
@@ -5,21 +5,22 @@ config BR2_PACKAGE_KTAP
        help
          ktap is a script-based dynamic tracing tool for Linux
 
-         It uses a scripting language and lets users trace the Linux kernel
-         dynamically. ktap is designed to give operational insights with
-         interoperability that allows users to tune, troubleshoot and extend
-         kernel and application. It's similar to Linux Systemtap and
-         Solaris Dtrace.
+         It uses a scripting language and lets users trace the Linux
+         kernel dynamically. ktap is designed to give operational
+         insights with interoperability that allows users to tune,
+         troubleshoot and extend kernel and application.
+         It's similar to Linux Systemtap and Solaris Dtrace.
 
          ktap doesn't support kernels older than 3.1.
 
-         To be able to resolve symbols in DSO and for sdt, you need to enable
-         elfutils.
+         To be able to resolve symbols in DSO and for sdt, you need to
+         enable elfutils.
 
          Your kernel must have CONFIG_EVENT_TRACING,
          CONFIG_PERF_EVENTS, and CONFIG_DEBUG_FS enabled to compile.
 
-         Buildroot automatically enables these in the kernel configuration.
+         Buildroot automatically enables these in the kernel
+         configuration.
 
          http://www.ktap.org
 
index d2290c5d8c8641250114a52dad32de249beb9de9..bf19a2537679f169cae50b35da2d205d210d0a61 100644 (file)
@@ -14,8 +14,8 @@ config BR2_PACKAGE_KVMTOOL
        help
          kvmtool is a lightweight tool for hosting KVM guests.
          As a pure virtualization tool it only supports guests using
-         the same architecture, though it supports running 32-bit guests
-         on those 64-bit architectures that allow this.
+         the same architecture, though it supports running 32-bit
+         guests on those 64-bit architectures that allow this.
 
          https://git.kernel.org/cgit/linux/kernel/git/will/kvmtool.git/tree/README