sctp: whitespace fixes
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:08 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 21:10:42 +0000 (14:10 -0700)
Remove blank line at EOF and trailing whitespace.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/Kconfig
net/sctp/sm_sideeffect.c

index c740b189d4bae64835ada8a8684cf962b947bfe9..950ecf6e7439feeb1987fd22d57a7588ba86dd07 100644 (file)
@@ -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'
 
index 298112ca8c069e3bc473e73080c37bbd61253f50..85d39309023849725c6ecb84b463024ad1d7dcbf 100644 (file)
@@ -1827,4 +1827,3 @@ nomem:
        error = -ENOMEM;
        goto out;
 }
-