From patchwork Tue Jul 24 19:29:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 10543075 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 31AF514E2 for ; Tue, 24 Jul 2018 19:30:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1EA76291DC for ; Tue, 24 Jul 2018 19:30:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1244B291D5; Tue, 24 Jul 2018 19:30:37 +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=unavailable 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 C1968291F9 for ; Tue, 24 Jul 2018 19:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388723AbeGXUia (ORCPT ); Tue, 24 Jul 2018 16:38:30 -0400 Received: from mail-pg1-f193.google.com ([209.85.215.193]:33567 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388924AbeGXUhr (ORCPT ); Tue, 24 Jul 2018 16:37:47 -0400 Received: by mail-pg1-f193.google.com with SMTP id r5-v6so3578989pgv.0 for ; Tue, 24 Jul 2018 12:29:50 -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=c4ui6EZ+DJJ/Iqkrza/hBBG6Uq8Y/uWwFsngO6fQEoI=; b=q9S8UyQkLQpsX6A1iOa1212tLrIsgzbE+xE/vvUqGPl90ZLeVu0txyPOShOkm/HI3/ RSvpxJVChe6HnBaHC0AbBTPa4lwG7uZDt0hHhRX7LIZ4KfEBgNZ9VCn1+BadAGhilXxE symUnLiM++gwrvEiIrvNLYYh0Peb+IytxfHOlOe6AIOfeI9M1JQb5BQ2u2dZxE1MMptX iDWkmXU/NbJQ4gG80CQSWIRqf3kEiR4Kf3rxvTMdeIwWAcX5QJjXLGTUf+8p0V5wrCJv cLoeoPEZBVnWdNx9gF1fMMdAQburtViCOTs0NywgK8K8jq4eU82VOz+CYhv6wjUHJ1nb J11g== 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=c4ui6EZ+DJJ/Iqkrza/hBBG6Uq8Y/uWwFsngO6fQEoI=; b=gEmpXHDtqNxC/sdvFfEhZLbNrhd8opuQttbEpm10ckg2iTyzks6Ou2Ow0a61V1AV+g wxNi1N9F4l2Fje2V/vfLHd1/uGyhT4VWjappSPB49xqzb1GWyK9TLX53jjjbXB1CodIv CgShlCai221Jb6PX+kUhqPbFwngCnXuem41tuUcBxoBBAhG+by3sfpjRm21UekxI0Hju Afb9DI6CCkXo0yt85/V86gizVJBk4eKaqwZPylZguB3DxBN9NUwDV61a3NJEjIrM1Lup bAI4DB2QDMnb0KL0aErAdclx71L5l+XN2BFDIqbODFm46VI6G/l6S8re8XsmUC0tooL2 /jwg== X-Gm-Message-State: AOUpUlHadkknzh80Ov1zE7MgutA77Fl3zRzyzj+BM8EJa95VrPlIRtE1 JZaIoWZll7OQmXI/AKzHtbfnfQ== X-Google-Smtp-Source: AAOMgpczBuPzvAd4VnEUs0gzVxn0IdeCJhSv9AU9UpgrrGiunavX6TfgsPPK6fpJKGvsvRpxgVHC4A== X-Received: by 2002:a62:49cf:: with SMTP id r76-v6mr18583014pfi.235.1532460590469; Tue, 24 Jul 2018 12:29:50 -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.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jul 2018 12:29:49 -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 13/18] x25: remove blank lines at EOF Date: Tue, 24 Jul 2018 12:29:13 -0700 Message-Id: <20180724192918.31165-14-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 Signed-off-by: Stephen Hemminger --- net/x25/Kconfig | 2 -- net/x25/x25_subr.c | 1 - 2 files changed, 3 deletions(-) diff --git a/net/x25/Kconfig b/net/x25/Kconfig index e2fa133f9fba..59fcb41fc5e6 100644 --- a/net/x25/Kconfig +++ b/net/x25/Kconfig @@ -31,5 +31,3 @@ config X25 To compile this driver as a module, choose M here: the module will be called x25. If unsure, say N. - - diff --git a/net/x25/x25_subr.c b/net/x25/x25_subr.c index 9c214ec681ac..743103786652 100644 --- a/net/x25/x25_subr.c +++ b/net/x25/x25_subr.c @@ -381,4 +381,3 @@ void x25_check_rbuf(struct sock *sk) x25_stop_timer(sk); } } -