public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipv4: make default for INET_LRO consistent with help text
@ 2009-05-15  8:28 Frans Pop
  0 siblings, 0 replies; 2+ messages in thread
From: Frans Pop @ 2009-05-15  8:28 UTC (permalink / raw)
  To: Netdev; +Cc: David S. Miller, Linux Kernel Mailing List

Commit e81963b1 changed this config from tristate to bool.
Add default so that it is consistent with the help text.

Signed-off-by: Frans Pop <elendil@planet.nl>

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9d26a3d..5b919f7 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET
 
 config INET_LRO
 	bool "Large Receive Offload (ipv4/tcp)"
-
+	default y
 	---help---
 	  Support for Large Receive Offload (ipv4/tcp).
 

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

* Re: [PATCH] ipv4: make default for INET_LRO consistent with help text
       [not found] <200905150851.08286.elendil@planet.nl>
@ 2009-05-19  4:49 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-05-19  4:49 UTC (permalink / raw)
  To: elendil; +Cc: netdev, linux-kernel

From: Frans Pop <elendil@planet.nl>
Date: Fri, 15 May 2009 08:51:06 +0200

> Commit e81963b1 changed this config from tristate to bool.
> Add default so that it is consistent with the help text.
> 
> Signed-off-by: Frans Pop <elendil@planet.nl>

Applied, but please also reference commits by header text,
like this:

    ipv4: make default for INET_LRO consistent with help text
    
    Commit e81963b1 ("ipv4: Make INET_LRO a bool instead of tristate.")
    changed this config from tristate to bool.  Add default so that it is
    consistent with the help text.

Thanks.

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

end of thread, other threads:[~2009-05-19  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15  8:28 [PATCH] ipv4: make default for INET_LRO consistent with help text Frans Pop
     [not found] <200905150851.08286.elendil@planet.nl>
2009-05-19  4:49 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox