From patchwork Tue Jul 24 19:29:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 10543003 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A0EF114E2 for ; Tue, 24 Jul 2018 19:29:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D42F290C0 for ; Tue, 24 Jul 2018 19:29:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8049B29118; Tue, 24 Jul 2018 19:29:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 29C17290C0 for ; Tue, 24 Jul 2018 19:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388671AbeGXUhi (ORCPT ); Tue, 24 Jul 2018 16:37:38 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:41400 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388667AbeGXUhi (ORCPT ); Tue, 24 Jul 2018 16:37:38 -0400 Received: by mail-pf1-f194.google.com with SMTP id y10-v6so1079751pfn.8 for ; Tue, 24 Jul 2018 12:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MgQvQPPIFuE+P0OqJ34rhoxOaqnn/VkH8Qr2cASkViY=; b=tIOJfXAM1lWazhmRazQCculJR56kyQQZSxZWVXQ3X5qeloWyuMsPwxkl2SgIbxb3T1 5AjQxsrTSr3CVeH2pla3xoJAOqtm45z4fbDpP6XvVfMAOuaG41vMzfhebC71hGYKLn5a 1t8xsir1TsX27S8HcLmh9sEY3AtO2/Uc2KITHU9qRKPZBjmiyEtMPbvw32HTkk8vHZtR tvRRl6z5/ulSrUBqVOyvUr5ejuh/c0gjzhzGjYR7J0So73VXEYbfkbBEga/9SZNUBIru GRhoXRgKkOWw34cmsvTM0urjKRuKvD2gjBGxfVzclCtmXxX+phxWdMcwSLHK0XmGFp8z WH7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MgQvQPPIFuE+P0OqJ34rhoxOaqnn/VkH8Qr2cASkViY=; b=FKhm02ETf6JGf9fb9svwKoZmdB2yMp6SBxFh4LF4cu44hS5x0MzKTIVkcw6gM8Vwy4 Yd4IhC4q76fy960sdCiv+xsMsBF04fI2/tUBFE/hYLvMEscCvg5bKafwgbNGjWFOlj5N 4e+JXdi5QGj5jRD0v6a1xe2ii92FXFv4pTQt7EA1csuikjKsAfGjX2kz7OrK46sYWZ+D c2PqEO8V1i2512yYg5Dd5KC51g4DKO/R/uxzA1SBwRkZobRoXQu9mfgkQH86Zu2spcvF C4IsGSbddxlCqriQ6zSKey4dKYSeQgawMUZKCC8ohtwuj9nl7Ic7l5TZmiwWcdcxGez4 5oGg== X-Gm-Message-State: AOUpUlHiQOzrpQb0RJxWKWe/SmK845/Yqzeg7VxvQy4S5V6IXs2V6GPF Z4DrDMAtHgKXqXqB/gcPi6uJcA== X-Google-Smtp-Source: AAOMgpclHVeXw0IGp3uRee5Gw+UJsf+RFfHMbTuZJzl2fZt5DLq2AXUECBGgwTeLhuMWTwVoC09zHg== X-Received: by 2002:a63:7e1a:: with SMTP id z26-v6mr17456668pgc.278.1532460581202; Tue, 24 Jul 2018 12:29:41 -0700 (PDT) Received: from xeon-e3.wavecable.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id k6-v6sm16788366pgc.71.2018.07.24.12.29.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jul 2018 12:29:40 -0700 (PDT) From: Stephen Hemminger X-Google-Original-From: Stephen Hemminger To: 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, nhorman@tuxdriver.com, marcelo.leitner@gmail.com, trond.myklebust@hammerspace.com, anna.schumaker@netapp.com, steffen.klassert@secunet.com, herbert@gondor.apana.org.au Cc: 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 , Stephen Hemminger Subject: [PATCH PATCH net-next 08/18] sctp: whitespace fixes Date: Tue, 24 Jul 2018 12:29:08 -0700 Message-Id: <20180724192918.31165-9-sthemmin@microsoft.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180724192918.31165-1-sthemmin@microsoft.com> References: <20180724192918.31165-1-sthemmin@microsoft.com> Sender: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove blank line at EOF and trailing whitespace. Signed-off-by: Stephen Hemminger Acked-by: Neil Horman --- 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; } -