]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commitdiff
Remove trailing blank lines
authorPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 15:22:38 +0000 (15:22 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 16:47:20 +0000 (16:47 +0000)
Use the following bit of shell to remove a trailing blank line from each
file where such exists.

echo "$(echo "$(tac $file)" | tac)" > $file

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
13 files changed:
LICENSE
MAINTAINERS
include/debug_interface.h
include/evtchn_interface.h
include/gnttab_interface.h
include/range_set_interface.h
include/store_interface.h
include/suspend_interface.h
include/unplug_interface.h
src/xenvif/bus.h
src/xenvif/thread.c
src/xenvif/thread.h
src/xenvif/vif.h

diff --git a/LICENSE b/LICENSE
index c445255ced3c2a904684093146af602b51109c54..6604afc3732225b8cb847eef2354507bdbc41e61 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -28,4 +28,3 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
 SUCH DAMAGE.
-
index 5f1a670baa93e50c82abbaec0ced2f1894a9bf97..cc59618fe54b12bd51b56dbb7d09614221d836e6 100644 (file)
@@ -48,4 +48,3 @@ Maintainers List
 * Ben Chalmers <ben.chalmers@citrix.com>
 
 * Owen Smith <owen.smith@citrix.com>
-
index 13d79eafe499346a11601d83227d078ca3e601bd..79729c721b1fb914cb1a13964e9b8a616f178fe5 100644 (file)
@@ -173,4 +173,3 @@ typedef struct _XENBUS_DEBUG_INTERFACE_V1 XENBUS_DEBUG_INTERFACE, *PXENBUS_DEBUG
 #define XENBUS_DEBUG_INTERFACE_VERSION_MAX  1
 
 #endif  // _XENBUS_DEBUG_INTERFACE_H
-
index 2abe4870d20cc4669d005a55ba53ac4e0d7faa31..ef674878120576cb15408c5bbea2746695fe4e5c 100644 (file)
@@ -359,4 +359,3 @@ typedef struct _XENBUS_EVTCHN_INTERFACE_V9 XENBUS_EVTCHN_INTERFACE, *PXENBUS_EVT
 #define XENBUS_EVTCHN_INTERFACE_VERSION_MAX 9
 
 #endif  // _XENBUS_EVTCHN_INTERFACE_H
-
index 76c9c07b1e9f28b5f24d0675e803b2f6b22ace3a..4fc8f1fb75a9fb1f557f274fadef26e887afbfff 100644 (file)
@@ -301,4 +301,3 @@ typedef struct _XENBUS_GNTTAB_INTERFACE_V4 XENBUS_GNTTAB_INTERFACE, *PXENBUS_GNT
 #define XENBUS_GNTTAB_INTERFACE_VERSION_MAX 4
 
 #endif  // _XENBUS_GNTTAB_INTERFACE_H
-
index 78794aa3fd227798681bbdc3dc9baacf481ccfde..c45a161636c6bea0fa6cd6c6ec5816776b88a76d 100644 (file)
@@ -177,4 +177,3 @@ typedef struct _XENBUS_RANGE_SET_INTERFACE_V1 XENBUS_RANGE_SET_INTERFACE, *PXENB
 #define XENBUS_RANGE_SET_INTERFACE_VERSION_MAX 1
 
 #endif  // _XENBUS_RANGE_SET_INTERFACE_H
-
index e6b9bce038605d0e8488457e1aead162031046a8..ca883bd2986214d9567e39e3b0c6a2a5cfc254e2 100644 (file)
@@ -326,4 +326,3 @@ typedef struct _XENBUS_STORE_INTERFACE_V2 XENBUS_STORE_INTERFACE, *PXENBUS_STORE
 #define XENBUS_STORE_INTERFACE_VERSION_MAX  2
 
 #endif  // _XENBUS_STORE_INTERFACE_H
-
index 8d6f40fdaf782a022fe474824ca28584c7755d23..4176dc37ab1f70cae344a7a40121e4a30f48d7b0 100644 (file)
@@ -175,4 +175,3 @@ typedef struct _XENBUS_SUSPEND_INTERFACE_V1 XENBUS_SUSPEND_INTERFACE, *PXENBUS_S
 #define XENBUS_SUSPEND_INTERFACE_VERSION_MAX    1
 
 #endif  // _XENBUS_SUSPEND_INTERFACE_H
-
index 687d7cfdd0c26b3de619712c3de64cd7be13b277..e465e2e9e93cbcde84d1d3fc93817fef46173821 100644 (file)
@@ -114,4 +114,3 @@ typedef struct _XENBUS_UNPLUG_INTERFACE_V1 XENBUS_UNPLUG_INTERFACE, *PXENBUS_UNP
 #define XENBUS_UNPLUG_INTERFACE_VERSION_MAX  1
 
 #endif  // _XENBUS_UNPLUG_INTERFACE_H
-
index 34fcd883f343a211401078b19463e3493295104a..e8dc5e55e719f62489924535bfe68f31cb65c26f 100644 (file)
@@ -50,4 +50,3 @@ BusTeardown(
     );
 
 #endif  // _XENVIF_BUS_H
-
index d99670ed8f84a543ec43d5959e0d08284a4bfb99..dae22140e89b52f527d9001c4811c986cc1819ae 100644 (file)
@@ -224,4 +224,3 @@ ThreadJoin(
 
     __ThreadFree(Thread);
 }
-
index 43ed771e5c6482052d1c6c76d5881f50961e98e1..1029e2f4453afb1a6b4735974e987d96480cbfce 100644 (file)
@@ -73,4 +73,3 @@ ThreadJoin(
     );
 
 #endif  // _XENVIF_THREAD_H
-
index db36bc972ad66e3296d2cc5cd110f1ead6baf72b..e9d38a53a5f88c828eec288aafbeb76600491920 100644 (file)
@@ -93,4 +93,3 @@ VifGetMacThread(
     );
 
 #endif  // _XENVIF_VIF_H
-