netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/10] net/sched: kconfig: Remove empty help texts
       [not found] <20180130190555.6577-1-ulfalizer@gmail.com>
@ 2018-01-30 19:05 ` Ulf Magnusson
  2018-01-31 15:32   ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf Magnusson @ 2018-01-30 19:05 UTC (permalink / raw)
  To: linux-kbuild
  Cc: yamada.masahiro, mcgrof, Ulf Magnusson, Jamal Hadi Salim,
	Cong Wang, Jiri Pirko, David S. Miller, netdev, linux-kernel

In preparation for adding a warning ("kconfig: Warn if help text is
blank"): https://lkml.org/lkml/2018/1/30/516

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
 net/sched/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index c03d86a7775e..f24a6ae6819a 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -857,17 +857,14 @@ config NET_ACT_TUNNEL_KEY
 config NET_IFE_SKBMARK
         tristate "Support to encoding decoding skb mark on IFE action"
         depends on NET_ACT_IFE
-        ---help---
 
 config NET_IFE_SKBPRIO
         tristate "Support to encoding decoding skb prio on IFE action"
         depends on NET_ACT_IFE
-        ---help---
 
 config NET_IFE_SKBTCINDEX
         tristate "Support to encoding decoding skb tcindex on IFE action"
         depends on NET_ACT_IFE
-        ---help---
 
 config NET_CLS_IND
 	bool "Incoming device classification"
-- 
2.14.1

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

* Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts
  2018-01-30 19:05 ` [PATCH 01/10] net/sched: kconfig: Remove empty help texts Ulf Magnusson
@ 2018-01-31 15:32   ` David Miller
  2018-01-31 15:37     ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2018-01-31 15:32 UTC (permalink / raw)
  To: ulfalizer
  Cc: linux-kbuild, yamada.masahiro, mcgrof, jhs, xiyou.wangcong, jiri,
	netdev, linux-kernel

From: Ulf Magnusson <ulfalizer@gmail.com>
Date: Tue, 30 Jan 2018 20:05:23 +0100

> In preparation for adding a warning ("kconfig: Warn if help text is
> blank"): https://lkml.org/lkml/2018/1/30/516
> 
> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>

Applied.

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

* Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts
  2018-01-31 15:32   ` David Miller
@ 2018-01-31 15:37     ` Masahiro Yamada
  2018-01-31 15:43       ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2018-01-31 15:37 UTC (permalink / raw)
  To: David Miller
  Cc: Ulf Magnusson, Linux Kbuild mailing list, Luis R. Rodriguez, jhs,
	xiyou.wangcong, jiri, netdev, Linux Kernel Mailing List

2018-02-01 0:32 GMT+09:00 David Miller <davem@davemloft.net>:
> From: Ulf Magnusson <ulfalizer@gmail.com>
> Date: Tue, 30 Jan 2018 20:05:23 +0100
>
>> In preparation for adding a warning ("kconfig: Warn if help text is
>> blank"): https://lkml.org/lkml/2018/1/30/516
>>
>> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
>
> Applied.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


I had applied the whole series into linux-kbuild.


Do you want to apply it to your tree?


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts
  2018-01-31 15:37     ` Masahiro Yamada
@ 2018-01-31 15:43       ` David Miller
  2018-01-31 17:28         ` Ulf Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2018-01-31 15:43 UTC (permalink / raw)
  To: yamada.masahiro
  Cc: ulfalizer, linux-kbuild, mcgrof, jhs, xiyou.wangcong, jiri,
	netdev, linux-kernel

From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Thu, 1 Feb 2018 00:37:27 +0900

> 2018-02-01 0:32 GMT+09:00 David Miller <davem@davemloft.net>:
>> From: Ulf Magnusson <ulfalizer@gmail.com>
>> Date: Tue, 30 Jan 2018 20:05:23 +0100
>>
>>> In preparation for adding a warning ("kconfig: Warn if help text is
>>> blank"): https://lkml.org/lkml/2018/1/30/516
>>>
>>> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
>>
>> Applied.
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> I had applied the whole series into linux-kbuild.
> 
> 
> Do you want to apply it to your tree?

I already did :-)

It won't cause any problems for it to be in both of our trees so let's
just leave it this way.

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

* Re: [PATCH 01/10] net/sched: kconfig: Remove empty help texts
  2018-01-31 15:43       ` David Miller
@ 2018-01-31 17:28         ` Ulf Magnusson
  0 siblings, 0 replies; 5+ messages in thread
From: Ulf Magnusson @ 2018-01-31 17:28 UTC (permalink / raw)
  To: David Miller
  Cc: Masahiro Yamada, Linux Kbuild mailing list, Luis R . Rodriguez,
	Jamal Hadi Salim, Cong Wang, Jiri Pirko, netdev,
	Linux Kernel Mailing List

On Wed, Jan 31, 2018 at 4:43 PM, David Miller <davem@davemloft.net> wrote:
> From: Masahiro Yamada <yamada.masahiro@socionext.com>
> Date: Thu, 1 Feb 2018 00:37:27 +0900
>
>> 2018-02-01 0:32 GMT+09:00 David Miller <davem@davemloft.net>:
>>> From: Ulf Magnusson <ulfalizer@gmail.com>
>>> Date: Tue, 30 Jan 2018 20:05:23 +0100
>>>
>>>> In preparation for adding a warning ("kconfig: Warn if help text is
>>>> blank"): https://lkml.org/lkml/2018/1/30/516
>>>>
>>>> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
>>>
>>> Applied.
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
>> I had applied the whole series into linux-kbuild.
>>
>>
>> Do you want to apply it to your tree?
>
> I already did :-)
>
> It won't cause any problems for it to be in both of our trees so let's
> just leave it this way.

Yeah, sorry about that mess. I had assumed this would require
coordination from more people. :)

Masahiro: Thanks for merging it so quickly!

Cheers,
Ulf

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

end of thread, other threads:[~2018-01-31 17:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180130190555.6577-1-ulfalizer@gmail.com>
2018-01-30 19:05 ` [PATCH 01/10] net/sched: kconfig: Remove empty help texts Ulf Magnusson
2018-01-31 15:32   ` David Miller
2018-01-31 15:37     ` Masahiro Yamada
2018-01-31 15:43       ` David Miller
2018-01-31 17:28         ` Ulf Magnusson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).