netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPV6_VTI config declaration: tristate line is not indented
@ 2023-05-12 21:36 Sundar Nagarajan
  2023-05-15 12:32 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Sundar Nagarajan @ 2023-05-12 21:36 UTC (permalink / raw)
  To: David S. Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: netdev

diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index 658bfed1d..c4f6bfd20 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -152,7 +152,7 @@ config INET6_TUNNEL
  default n

 config IPV6_VTI
-tristate "Virtual (secure) IPv6: tunneling"
+ tristate "Virtual (secure) IPv6: tunneling"
  select IPV6_TUNNEL
  select NET_IP_TUNNEL
  select XFRM

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

* Re: IPV6_VTI config declaration: tristate line is not indented
  2023-05-12 21:36 IPV6_VTI config declaration: tristate line is not indented Sundar Nagarajan
@ 2023-05-15 12:32 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-05-15 12:32 UTC (permalink / raw)
  To: Sundar Nagarajan
  Cc: David S. Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev

On Fri, May 12, 2023 at 02:36:08PM -0700, Sundar Nagarajan wrote:
> diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
> index 658bfed1d..c4f6bfd20 100644
> --- a/net/ipv6/Kconfig
> +++ b/net/ipv6/Kconfig
> @@ -152,7 +152,7 @@ config INET6_TUNNEL
>   default n
> 
>  config IPV6_VTI
> -tristate "Virtual (secure) IPv6: tunneling"
> + tristate "Virtual (secure) IPv6: tunneling"
>   select IPV6_TUNNEL
>   select NET_IP_TUNNEL
>   select XFRM

Unfortunately this patch has been white-space mangled: it looks like
tabs have been converted into spaces. So it doesn't apply.

Using a tool such as git send-email or b4 should help avoid this problem.


A few other things.

* The subject should start with [PATCH net-next], where net-next is the
  target tree (as opposed to net, which is for fixes)

  Subject:  [PATCH net-next v2] ...

* The subject should also include a prefix, in this case probably ipv6

  [PATCH net-next v2] ipv6: ...

* Please include a description of the patch, in the body before the patch
  itself.

* Please included a signed off by line.

Oveal, Please take a look at the netdev process document.
Link: https://kernel.org/doc/html/latest/process/maintainer-netdev.html

Likewise for your other patch,
- NET_DSA_SJA1105 config declaration: tristate is not indented
  Link: https://lore.kernel.org/netdev/CALnajPCaJfR+N=vP0R6bXoUwMbopQK6JsJ+pXxS=T6KT5NXswg@mail.gmail.com/

---
pw-bot: cr

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

end of thread, other threads:[~2023-05-15 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 21:36 IPV6_VTI config declaration: tristate line is not indented Sundar Nagarajan
2023-05-15 12:32 ` Simon Horman

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).