All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] agentpp: fix help text format
@ 2017-05-30 17:01 Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 2/6] exim: " Luca Ceresoli
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/agentpp/Config.in | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/package/agentpp/Config.in b/package/agentpp/Config.in
index e591fb5f3cc4..8c6b11d644e4 100644
--- a/package/agentpp/Config.in
+++ b/package/agentpp/Config.in
@@ -5,13 +5,14 @@ config BR2_PACKAGE_AGENTPP
 	depends on !BR2_STATIC_LIBS # snmp++
 	select BR2_PACKAGE_SNMPPP
 	help
-	  AGENT++ is a set of C++ classes which provides a complete protocol
-	  engine and dispatch table for the development of SNMP agents.
-	  AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and
-	  SNMPv3. It provides various C++ classes implementing prototypes for
-	  scalar and table SNMP managed objects that can be customized by
-	  derivation. Additional classes support the development of proxy
-	  agents as well as sending notifications.
+	  AGENT++ is a set of C++ classes which provides a complete
+	  protocol engine and dispatch table for the development of
+	  SNMP agents. AGENT++ is a multilingual API which supports
+	  SNMPv1, SNMPv2c, and SNMPv3. It provides various C++ classes
+	  implementing prototypes for scalar and table SNMP managed
+	  objects that can be customized by derivation. Additional
+	  classes support the development of proxy agents as well as
+	  sending notifications.
 
 	  SNMPv3 support is enabled if SNMP++ enables it.
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 2/6] exim: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
@ 2017-05-30 17:01 ` Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 3/6] qpid-proton: " Luca Ceresoli
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/exim/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/exim/Config.in b/package/exim/Config.in
index 230ac86f96bd..aa50a86736d8 100644
--- a/package/exim/Config.in
+++ b/package/exim/Config.in
@@ -8,8 +8,9 @@ config BR2_PACKAGE_EXIM
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_BERKELEYDB
 	help
-	  Exim is a message transfer agent (MTA) developed at the University of
-	  Cambridge for use on Unix systems connected to the Internet.
+	  Exim is a message transfer agent (MTA) developed at the
+	  University of Cambridge for use on Unix systems connected to
+	  the Internet.
 
 	  http://www.exim.org/
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 3/6] qpid-proton: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 2/6] exim: " Luca Ceresoli
@ 2017-05-30 17:01 ` Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 4/6] rtl8188eu: " Luca Ceresoli
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/qpid-proton/Config.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/qpid-proton/Config.in b/package/qpid-proton/Config.in
index 47cddebe9141..b49a2afa7eb4 100644
--- a/package/qpid-proton/Config.in
+++ b/package/qpid-proton/Config.in
@@ -6,10 +6,10 @@ config BR2_PACKAGE_QPID_PROTON
 	help
 	  The AMQP messaging toolkit
 
-	  Qpid Proton is a high-performance, lightweight messaging library.
-	  It can be used in the widest range of messaging applications,
-	  including brokers, client libraries, routers, bridges, proxies, and
-	  more.
+	  Qpid Proton is a high-performance, lightweight messaging
+	  library. It can be used in the widest range of messaging
+	  applications, including brokers, client libraries, routers,
+	  bridges, proxies, and more.
 
 	  https://qpid.apache.org/proton/
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 4/6] rtl8188eu: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 2/6] exim: " Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 3/6] qpid-proton: " Luca Ceresoli
@ 2017-05-30 17:01 ` Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 5/6] snmppp: " Luca Ceresoli
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/rtl8188eu/Config.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/rtl8188eu/Config.in b/package/rtl8188eu/Config.in
index 09cde24a0fe5..9263802e09a4 100644
--- a/package/rtl8188eu/Config.in
+++ b/package/rtl8188eu/Config.in
@@ -4,14 +4,14 @@ config BR2_PACKAGE_RTL8188EU
 	help
 	  A standalone driver for the RTL8188EU USB Wi-Fi adapter.
 	  This is needed only for Linux kernels before 3.12.
-	  Since 3.12, there is a (staging) driver in mainline, with a similar
-	  codebase.
+	  Since 3.12, there is a (staging) driver in mainline, with a
+	  similar codebase.
 
-	  Make sure your target kernel has the CONFIG_WIRELESS_EXT config
-	  option enabled.
+	  Make sure your target kernel has the CONFIG_WIRELESS_EXT
+	  config option enabled.
 
-	  Note: this package needs a firmware loading mechanism to load the
-	  binary blob for the chip to work.
+	  Note: this package needs a firmware loading mechanism to load
+	  the binary blob for the chip to work.
 
 	  https://github.com/lwfinger/rtl8188eu
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 5/6] snmppp: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
                   ` (2 preceding siblings ...)
  2017-05-30 17:01 ` [Buildroot] [PATCH 4/6] rtl8188eu: " Luca Ceresoli
@ 2017-05-30 17:01 ` Luca Ceresoli
  2017-05-30 17:01 ` [Buildroot] [PATCH 6/6] stm32flash: " Luca Ceresoli
  2017-05-30 21:21 ` [Buildroot] [PATCH 1/6] agentpp: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/snmppp/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/snmppp/Config.in b/package/snmppp/Config.in
index 9e800fd57ea8..8d284673bc4c 100644
--- a/package/snmppp/Config.in
+++ b/package/snmppp/Config.in
@@ -14,8 +14,9 @@ config BR2_PACKAGE_SNMPPP_LOGGING
 	bool "enable logging"
 	help
 	  Enable logging output for SNMP++.
-	  According to the SNMP++ documentation, disabling logging "increases
-	  performance drastically and minimizes memory consumption".
+	  According to the SNMP++ documentation, disabling logging
+	  "increases performance drastically and minimizes memory
+	  consumption".
 
 config BR2_PACKAGE_SNMPPP_SNMPV3
 	bool "enable SNMPv3"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 6/6] stm32flash: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
                   ` (3 preceding siblings ...)
  2017-05-30 17:01 ` [Buildroot] [PATCH 5/6] snmppp: " Luca Ceresoli
@ 2017-05-30 17:01 ` Luca Ceresoli
  2017-05-30 21:21 ` [Buildroot] [PATCH 1/6] agentpp: " Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Luca Ceresoli @ 2017-05-30 17:01 UTC (permalink / raw)
  To: buildroot

Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/stm32flash/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/stm32flash/Config.in b/package/stm32flash/Config.in
index cb6f4805ed0a..87afe3b8ffa7 100644
--- a/package/stm32flash/Config.in
+++ b/package/stm32flash/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_STM32FLASH
 	bool "stm32flash"
 	help
 	  Open source cross platform flash program for the STM32 ARM
-	  microcontrollers using the built-in ST serial bootloader over UART
-	  or I2C.
+	  microcontrollers using the built-in ST serial bootloader
+	  over UART or I2C.
 
 	  http://sourceforge.net/projects/stm32flash/
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 1/6] agentpp: fix help text format
  2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
                   ` (4 preceding siblings ...)
  2017-05-30 17:01 ` [Buildroot] [PATCH 6/6] stm32flash: " Luca Ceresoli
@ 2017-05-30 21:21 ` Thomas Petazzoni
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-05-30 21:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 30 May 2017 19:01:23 +0200, Luca Ceresoli wrote:
> Warning reported by check-package.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  package/agentpp/Config.in | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)

Entire series applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-30 21:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30 17:01 [Buildroot] [PATCH 1/6] agentpp: fix help text format Luca Ceresoli
2017-05-30 17:01 ` [Buildroot] [PATCH 2/6] exim: " Luca Ceresoli
2017-05-30 17:01 ` [Buildroot] [PATCH 3/6] qpid-proton: " Luca Ceresoli
2017-05-30 17:01 ` [Buildroot] [PATCH 4/6] rtl8188eu: " Luca Ceresoli
2017-05-30 17:01 ` [Buildroot] [PATCH 5/6] snmppp: " Luca Ceresoli
2017-05-30 17:01 ` [Buildroot] [PATCH 6/6] stm32flash: " Luca Ceresoli
2017-05-30 21:21 ` [Buildroot] [PATCH 1/6] agentpp: " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.