Commit 1a37acda authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

eofnl: check for extra trailing newlines



Enforce exactly one trailing \n, and fix all of the existing cases.

Change-Id: I6218e4700e90aeb647eaee78089530c79993c8c8
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 422eab71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,4 +19,3 @@ integrated into the SPDK build by updating the following line
in CONFIG:

    CONFIG_NVME_IMPL=nvme_impl.h
+0 −1
Original line number Diff line number Diff line
@@ -8,4 +8,3 @@ rootdir=$(readlink -f $(dirname $0))
$rootdir/autobuild.sh
sudo $rootdir/autotest.sh
$rootdir/autopackage.sh
+0 −1
Original line number Diff line number Diff line
@@ -1354,4 +1354,3 @@ tr.heading h2 {
    display:inline;
  }
}
+0 −1
Original line number Diff line number Diff line
@@ -165,4 +165,3 @@
  UseDigest Auto
  LUN0 Nvme0
  QueueDepth 32
+0 −1
Original line number Diff line number Diff line
@@ -72,4 +72,3 @@ struct file_disk {
struct file_disk *create_aio_disk(char *fname);

#endif // SPDK_BLOCKDEV_AIO_H
Loading