All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Horman <nhorman@tuxdriver.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: davem@davemloft.net, ericvh@gmail.com, rminnich@sandia.gov,
	lucho@ionkov.net, ralf@linux-mips.org, jreuter@yaina.de,
	pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de,
	alex.aring@gmail.com, stefan@datenfreihafen.org,
	kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org,
	johannes@sipsolutions.net, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us, vyasevich@gmail.com,
	marcelo.leitner@gmail.com, trond.myklebust@hammerspace.com,
	anna.schumaker@netapp.com, steffen.klassert@secunet.com,
	herbert@gondor.apana.org.au, netdev@vger.kernel.org,
	v9fs-developer@lists.sourceforge.net, linux-hams@vger.kernel.org,
	ceph-devel@vger.kernel.org,
	linux-decnet-user@lists.sourceforge.net,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
	linux-wpan@vger.kernel.org, linux-s390@vger.kernel.org,
	linux-wireless@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-sctp@vger.kernel.org, linux-nfs@vger.kernel.org,
	linux-x25@vger.kernel.org,
	Stephen Hemminger <sthemmin@microsoft.com>
Subject: Re: [PATCH PATCH net-next 08/18] sctp: whitespace fixes
Date: Wed, 25 Jul 2018 08:59:49 -0400	[thread overview]
Message-ID: <20180725125949.GB3622@hmswarspite.think-freely.org> (raw)
In-Reply-To: <20180724192918.31165-9-sthemmin@microsoft.com>

On Tue, Jul 24, 2018 at 12:29:08PM -0700, Stephen Hemminger wrote:
> Remove blank line at EOF and trailing whitespace.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  net/sctp/Kconfig         | 4 ++--
>  net/sctp/sm_sideeffect.c | 1 -
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
> index c740b189d4ba..950ecf6e7439 100644
> --- a/net/sctp/Kconfig
> +++ b/net/sctp/Kconfig
> @@ -41,8 +41,8 @@ config SCTP_DBG_OBJCNT
>  	bool "SCTP: Debug object counts"
>  	depends on PROC_FS
>  	help
> -	  If you say Y, this will enable debugging support for counting the 
> -	  type of objects that are currently allocated.  This is useful for 
> +	  If you say Y, this will enable debugging support for counting the
> +	  type of objects that are currently allocated.  This is useful for
>  	  identifying memory leaks. This debug information can be viewed by
>  	  'cat /proc/net/sctp/sctp_dbg_objcnt'
>  
> diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c
> index 298112ca8c06..85d393090238 100644
> --- a/net/sctp/sm_sideeffect.c
> +++ b/net/sctp/sm_sideeffect.c
> @@ -1827,4 +1827,3 @@ static int sctp_cmd_interpreter(enum sctp_event event_type,
>  	error = -ENOMEM;
>  	goto out;
>  }
> -
> -- 
> 2.18.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Acked-by: Neil Horman <nhorman@tuxdriver.com>

WARNING: multiple messages have this Message-ID (diff)
From: Neil Horman <nhorman@tuxdriver.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: davem@davemloft.net, ericvh@gmail.com, rminnich@sandia.gov,
	lucho@ionkov.net, ralf@linux-mips.org, jreuter@yaina.de,
	pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de,
	alex.aring@gmail.com, stefan@datenfreihafen.org,
	kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org,
	johannes@sipsolutions.net, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us, vyasevich@gmail.com,
	marcelo.leitner@gmail.com, trond.myklebust@hammerspace.com,
	anna.schumaker@netapp.com, steffen.klassert@secunet.com,
	herbert@gondor.apana.org.au, netdev@vger.kernel.org,
	v9fs-developer@lists.sourceforge.net, linux-hams@vger.kernel.org,
	ceph-devel@vger.kernel.org,
	linux-decnet-user@lists.sourceforge.net,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
	linux-wpan@vger.kernel.org, linux-s390
Subject: Re: [PATCH PATCH net-next 08/18] sctp: whitespace fixes
Date: Wed, 25 Jul 2018 08:59:49 -0400	[thread overview]
Message-ID: <20180725125949.GB3622@hmswarspite.think-freely.org> (raw)
In-Reply-To: <20180724192918.31165-9-sthemmin@microsoft.com>

On Tue, Jul 24, 2018 at 12:29:08PM -0700, Stephen Hemminger wrote:
> Remove blank line at EOF and trailing whitespace.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  net/sctp/Kconfig         | 4 ++--
>  net/sctp/sm_sideeffect.c | 1 -
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
> index c740b189d4ba..950ecf6e7439 100644
> --- a/net/sctp/Kconfig
> +++ b/net/sctp/Kconfig
> @@ -41,8 +41,8 @@ config SCTP_DBG_OBJCNT
>  	bool "SCTP: Debug object counts"
>  	depends on PROC_FS
>  	help
> -	  If you say Y, this will enable debugging support for counting the 
> -	  type of objects that are currently allocated.  This is useful for 
> +	  If you say Y, this will enable debugging support for counting the
> +	  type of objects that are currently allocated.  This is useful for
>  	  identifying memory leaks. This debug information can be viewed by
>  	  'cat /proc/net/sctp/sctp_dbg_objcnt'
>  
> diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c
> index 298112ca8c06..85d393090238 100644
> --- a/net/sctp/sm_sideeffect.c
> +++ b/net/sctp/sm_sideeffect.c
> @@ -1827,4 +1827,3 @@ static int sctp_cmd_interpreter(enum sctp_event event_type,
>  	error = -ENOMEM;
>  	goto out;
>  }
> -
> -- 
> 2.18.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Acked-by: Neil Horman <nhorman@tuxdriver.com>

WARNING: multiple messages have this Message-ID (diff)
From: Neil Horman <nhorman@tuxdriver.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: davem@davemloft.net, ericvh@gmail.com, rminnich@sandia.gov,
	lucho@ionkov.net, ralf@linux-mips.org, jreuter@yaina.de,
	pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de,
	alex.aring@gmail.com, stefan@datenfreihafen.org,
	kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org,
	johannes@sipsolutions.net, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us, vyasevich@gmail.com,
	marcelo.leitner@gmail.com, trond.myklebust@hammerspace.com,
	anna.schumaker@netapp.com, steffen.klassert@secunet.com,
	herbert@gondor.apana.org.au, netdev@vger.kernel.org,
	v9fs-developer@lists.sourceforge.net, linux-hams@vger.kernel.org,
	ceph-devel@vger.kernel.org,
	linux-decnet-user@lists.sourceforge.net,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
	linux-wpan@vger.kernel.org, linux-s390
Subject: Re: [PATCH PATCH net-next 08/18] sctp: whitespace fixes
Date: Wed, 25 Jul 2018 12:59:49 +0000	[thread overview]
Message-ID: <20180725125949.GB3622@hmswarspite.think-freely.org> (raw)
In-Reply-To: <20180724192918.31165-9-sthemmin@microsoft.com>

On Tue, Jul 24, 2018 at 12:29:08PM -0700, Stephen Hemminger wrote:
> Remove blank line at EOF and trailing whitespace.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  net/sctp/Kconfig         | 4 ++--
>  net/sctp/sm_sideeffect.c | 1 -
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
> index c740b189d4ba..950ecf6e7439 100644
> --- a/net/sctp/Kconfig
> +++ b/net/sctp/Kconfig
> @@ -41,8 +41,8 @@ config SCTP_DBG_OBJCNT
>  	bool "SCTP: Debug object counts"
>  	depends on PROC_FS
>  	help
> -	  If you say Y, this will enable debugging support for counting the 
> -	  type of objects that are currently allocated.  This is useful for 
> +	  If you say Y, this will enable debugging support for counting the
> +	  type of objects that are currently allocated.  This is useful for
>  	  identifying memory leaks. This debug information can be viewed by
>  	  'cat /proc/net/sctp/sctp_dbg_objcnt'
>  
> diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c
> index 298112ca8c06..85d393090238 100644
> --- a/net/sctp/sm_sideeffect.c
> +++ b/net/sctp/sm_sideeffect.c
> @@ -1827,4 +1827,3 @@ static int sctp_cmd_interpreter(enum sctp_event event_type,
>  	error = -ENOMEM;
>  	goto out;
>  }
> -
> -- 
> 2.18.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Acked-by: Neil Horman <nhorman@tuxdriver.com>


  reply	other threads:[~2018-07-25 14:13 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 19:29 [PATCH PATCH net-next 00/18] net whitespace cleanups Stephen Hemminger
2018-07-24 19:29 ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 01/18] sched: fix trailing whitespace Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 04/18] llc: fix whitespace issues Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 07/18] ceph: fix whitespace Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-25 12:59   ` Ilya Dryomov
2018-07-25 12:59     ` Ilya Dryomov
2018-07-25 12:59     ` Ilya Dryomov
2018-07-24 19:29 ` [PATCH PATCH net-next 08/18] sctp: whitespace fixes Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-25 12:59   ` Neil Horman [this message]
2018-07-25 12:59     ` Neil Horman
2018-07-25 12:59     ` Neil Horman
2018-07-24 19:29 ` [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 10/18] 9p: fix whitespace issues Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-30  3:54   ` Dominique Martinet
2018-07-24 19:29 ` [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 12/18] ax25: remove blank line " Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 13/18] x25: remove blank lines " Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 14/18] decnet: whitespace fixes Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 15/18] sunrpc: " Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-27 20:39   ` Anna Schumaker
2018-07-27 20:39     ` Anna Schumaker
2018-07-27 20:39     ` Anna Schumaker
2018-07-24 19:29 ` [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 17/18] l2tp: " Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29 ` [PATCH PATCH net-next 18/18] net: remove blank lines at end of file Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 19:29   ` Stephen Hemminger
2018-07-24 21:11 ` [PATCH PATCH net-next 00/18] net whitespace cleanups David Miller
2018-07-24 21:11   ` David Miller
2018-07-24 21:11   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180725125949.GB3622@hmswarspite.think-freely.org \
    --to=nhorman@tuxdriver.com \
    --cc=alex.aring@gmail.com \
    --cc=anna.schumaker@netapp.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=ericvh@gmail.com \
    --cc=fw@strlen.de \
    --cc=herbert@gondor.apana.org.au \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=johannes@sipsolutions.net \
    --cc=jreuter@yaina.de \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-decnet-user@lists.sourceforge.net \
    --cc=linux-hams@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-sctp@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=linux-x25@vger.kernel.org \
    --cc=lucho@ionkov.net \
    --cc=marcelo.leitner@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=ralf@linux-mips.org \
    --cc=rminnich@sandia.gov \
    --cc=stefan@datenfreihafen.org \
    --cc=steffen.klassert@secunet.com \
    --cc=stephen@networkplumber.org \
    --cc=sthemmin@microsoft.com \
    --cc=trond.myklebust@hammerspace.com \
    --cc=v9fs-developer@lists.sourceforge.net \
    --cc=vyasevich@gmail.com \
    --cc=xiyou.wangcong@gmail.com \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.