From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E592AA10DA for ; Wed, 31 Jul 2019 16:58:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 434171C1AB; Wed, 31 Jul 2019 16:57:52 +0200 (CEST) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by dpdk.org (Postfix) with ESMTP id D11A21BEFB for ; Wed, 31 Jul 2019 16:57:46 +0200 (CEST) Received: by mail-pl1-f172.google.com with SMTP id y8so30618601plr.12 for ; Wed, 31 Jul 2019 07:57:46 -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:mime-version :content-transfer-encoding; bh=WLuba4zamGS8zJORF66SGPGZnc4GBDcDKGg6FTVO0UQ=; b=w6/e5bz0Q1SgVkMS/giu02CV3cLUO/XMsBEKDA1mM68sa7EiZDgniYrn5GyjScM582 q0WqGk7EphNvfLQBtd+kMU+S+yKgdi+MRVrSzK+Rc6JbbaPGSedhVZd+rRdez3wABrhx rmQhG+Y2/nNkjxyjCIekgtjI+BdgS2MJwXrLD57dZz7RtaEpha8Pxb/4hjzs6gs7lBXA D6N3FfUFOn4A3Q55XQ80AysbwXVQXEZLmEuJ17yEMWdsWP0azD6lw7nrMCDa9FvzLMfy MdeKxrfVydn40R8J4lagFmGBYSfLlzh6ibqn3F+AtBGcf+b5Dr4HAjniuoy35/gGDYIg IqmQ== 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:mime-version :content-transfer-encoding; bh=WLuba4zamGS8zJORF66SGPGZnc4GBDcDKGg6FTVO0UQ=; b=HHZf3MzDYCtxcjYI9bO/paU/rZudCF5vWpqlNqK9EJwF3Ic3+33S7qoU8qFD1dbxDb AuymTj45SaZSOHuowsYzhMQAyIVQPGK4lUpf7hQ8sLSfUxYNS97SD2kMvsJQAFZDKrnt BWae+mLdv9rj8IGsVxIXqJ9FWa/JLrDrl34CCQWYbUqAA2wY0P/I3jKNvp7VqFa/WSj4 AuVsUyJ5G1z4CG0moF6P0o9CCmdxjlpySiBCcLZ0hTqNetGvST39hafIFdlLaI4qcFej 713V5qZVEkvs7hMx4OuzEWah3pJmgD+Blmpr4eSRs/bCFOILzwDwhAyhsTl8vwnpgJeE Qc5w== X-Gm-Message-State: APjAAAWZE/GWgbYCRl/DLhTASSuKtA5k/ujwusq4HllEuLW3JhDGT8vy T9LoNa+YRe5av8ryZone2xz0Rdnd X-Google-Smtp-Source: APXvYqzAle3vJh3KIGBKzhxqOnLbmCXU2tqWOjrvt3uFhGbDBMfwnl20sAA2bN6+UbI0O7Eh2pJQMQ== X-Received: by 2002:a17:902:f216:: with SMTP id gn22mr118083783plb.118.1564585064157; Wed, 31 Jul 2019 07:57:44 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id x7sm4531080pga.0.2019.07.31.07.57.43 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 31 Jul 2019 07:57:43 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 31 Jul 2019 07:57:37 -0700 Message-Id: <20190731145742.10776-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/5] blank lines at EOF fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Using a simple shell script which cleans up trailing whitespace found several places with extra lines at end of file. More in base drivers but they are known to be problematic. Stephen Hemminger (5): examples: remove extra blank lines at eof test: remove blank lines at eof pmdinfogen: remove blank line at eof net/ipn3ke: cleanup blank line at eof net/mlx5: remove blank lines at eof app/test/test_cryptodev_asym_util.h | 4 ---- app/test/test_table_combined.c | 1 - app/test/test_table_tables.c | 3 +-- buildtools/pmdinfogen/pmdinfogen.h | 1 - drivers/net/ipn3ke/ipn3ke_flow.c | 1 - drivers/net/ipn3ke/ipn3ke_tm.c | 1 - drivers/net/mlx5/mlx5_rxtx.c | 2 -- examples/flow_filtering/flow_blocks.c | 1 - examples/l3fwd-power/perf_core.c | 1 - examples/vhost_scsi/vhost_scsi.c | 1 - 10 files changed, 1 insertion(+), 15 deletions(-) -- 2.20.1