From: Stephen Hemminger Date: Tue, 24 Jul 2018 19:29:08 +0000 (-0700) Subject: sctp: whitespace fixes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa46225235efc687d971351a309b734549ca5718;p=linux.git sctp: whitespace fixes Remove blank line at EOF and trailing whitespace. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index c740b189d4bae..950ecf6e7439f 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 298112ca8c069..85d3930902384 100644 --- a/net/sctp/sm_sideeffect.c +++ b/net/sctp/sm_sideeffect.c @@ -1827,4 +1827,3 @@ nomem: error = -ENOMEM; goto out; } -