summaryrefslogtreecommitdiffstats
path: root/package/fmlib
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:42 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:09 +0200
commit30cf833b88e7e374ff13010e013ce7c7fee2956a (patch)
treec9187312379f9d6af6a6253a1004f35b596af077 /package/fmlib
parent474e049f9660b7e181dc5d25c626a3e9d20bf581 (diff)
downloadbuildroot-30cf833b88e7e374ff13010e013ce7c7fee2956a.tar.gz
buildroot-30cf833b88e7e374ff13010e013ce7c7fee2956a.zip
package/f*: fix wrapping of Config.in help text
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 f 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>
Diffstat (limited to 'package/fmlib')
-rw-r--r--package/fmlib/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/fmlib/Config.in b/package/fmlib/Config.in
index d399cabe2a..df4ae440ea 100644
--- a/package/fmlib/Config.in
+++ b/package/fmlib/Config.in
@@ -7,10 +7,11 @@ config BR2_PACKAGE_FMLIB
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
depends on BR2_LINUX_KERNEL
help
- The Frame Manager library provides Freescale PowerPC platforms an
- API on top of the Frame Manager driver ioctl calls, that provides
- a user space application with a simple way to configure driver
- parameters and PCD (parse - classify - distribute) rules.
+ The Frame Manager library provides Freescale PowerPC platforms
+ an API on top of the Frame Manager driver ioctl calls, that
+ provides a user space application with a simple way to
+ configure driver parameters and PCD (parse - classify -
+ distribute) rules.
http://git.freescale.com/git/cgit.cgi/ppc/sdk/fmlib.git/tree/README
OpenPOWER on IntegriCloud