]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Remove trailing blank lines
authorPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 15:48:29 +0000 (15:48 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 17:01:33 +0000 (17:01 +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>
21 files changed:
LICENSE
MAINTAINERS
include/debug_interface.h
include/emulated_interface.h
include/evtchn_interface.h
include/gnttab_interface.h
include/store_interface.h
include/suspend_interface.h
include/xenvbd-ntstrsafe.h
include/xenvbd-storport.h
src/xencrsh/amd64/hypercall.asm
src/xencrsh/assert.h
src/xencrsh/buffer.c
src/xencrsh/frontend.c
src/xencrsh/i386/hypercall.asm
src/xencrsh/pdoinquiry.c
src/xencrsh/pdoinquiry.h
src/xencrsh/queue.c
src/xenvbd/assert.h
src/xenvbd/thread.h
src/xenvbd/types.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 d8de085976553f971b49d5f673f3ab7c2302752b..ad5975d9fc88945965ed972d658965893ecb23d0 100644 (file)
@@ -143,4 +143,3 @@ typedef struct _XENFILT_EMULATED_INTERFACE_V2 XENFILT_EMULATED_INTERFACE, *PXENF
 #define XENFILT_EMULATED_INTERFACE_VERSION_MAX  2
 
 #endif  // _XENFILT_EMULATED_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 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 59194d686e47100dd9639b51b77a6ba3c486e0d8..43565d3c59835f87c0e54661c3ed09a598384131 100644 (file)
@@ -43,4 +43,3 @@
 #pragma warning(pop)
 
 #pragma prefast(pop)
-
index 444a3338f385e5bbfcb7c72fb51e2f9df15fe485..2e90720d4fce4ac49fa7c4a9a824ccf76ac26b40 100644 (file)
@@ -43,4 +43,3 @@
 #pragma warning(pop)
 
 #pragma prefast(pop)
-
index 97586473083b6908bf16824c020ecc38893e8e26..1ceda850f3f7695ed9ff063b62331bbedaf1ab62 100644 (file)
@@ -39,5 +39,3 @@ asm___hypercall3 proc
 asm___hypercall3 endp
 
                 end
-
-
index 5b6dcd454241da996b1de4c072ee185195cf4f72..b709a1946d94af7d5244add9c039cac3f9188a0d 100644 (file)
@@ -143,4 +143,3 @@ _IsZeroMemory(
 #define EQUIV(_X, _Y)   (IMPLY((_X), (_Y)) && IMPLY((_Y), (_X)))
 
 #endif  // _XENCRSH_ASSERT_H
-
index e1bfdcdd2d3898d785e0474ca332beca091f8063..83b06013eec3aa2e2bb6603642c725ff31aa2a81 100644 (file)
@@ -187,4 +187,3 @@ BufferCopyOut(
     ASSERT(Buf->VAddr != NULL);
     RtlCopyMemory(Output, Buf->VAddr, Length);
 }
-
index f082761523c19bc0ba96f33ce71d437c8df139c3..d88f498ca0cffb6b3f3dbb6e1862a1451af51046 100644 (file)
@@ -1197,5 +1197,3 @@ fail1:
     LogError("Fail1 (%08x)\n", Status);
     return Status;
 }
-
-
index 2d7f63e4d2f77b78d4170355d6e903ca419fed7b..51094be6a96e64188e067ac5ccc7e0c356286762 100644 (file)
@@ -43,5 +43,3 @@ _asm___hypercall3@16 proc
 _asm___hypercall3@16 endp
 
                 end
-
-
index 663b54b5b5c1871d09db1bea9a281239026585db..3a44ee36c7536df03c44091680fec2678a2baa53 100644 (file)
@@ -763,4 +763,3 @@ PdoInquiry(
         __DefaultInquiry(Srb);
     }
 }
-
index 94cdb3edef54e624ca92798240f48f0cb7f0bee9..0b25d316780cd4422ee4f3503df33d9ce280a8cc 100644 (file)
@@ -57,4 +57,3 @@ PdoInquiry(
     );
 
 #endif // _XENVBD_PDO_INQUIRY_H
-
index a6393e197c11e97193a580e3ea04fcbc4c93b75a..a1882fe33c528a0c6153fdafa51d410a407cf6df 100644 (file)
@@ -210,4 +210,3 @@ QueueDebugCallback(
 
     Queue->MaxCount = Queue->Count;
 }
-
index 7375491208c88d58c24df8bc0a002e864fe2ec09..94e81fb08883ba93a5ef0cd03a2683b5ec672b50 100644 (file)
@@ -235,4 +235,3 @@ _IsZeroMemory(
 #define EQUIV(_X, _Y)   (IMPLY((_X), (_Y)) && IMPLY((_Y), (_X)))
 
 #endif  // _XENVBD_ASSERT_H
-
index 862ff38b6e4e5300456b4e177160fd45a62ca66a..598bcb2a778a1609872cef1b47c2aad224018565 100644 (file)
@@ -86,4 +86,3 @@ ThreadJoin(
     );
 
 #endif  // _XENVBD_THREAD_H
-
index e3c07badfa4fca7bee01b5efc6ce97c1f891cf1b..db271789287c23a832e7e25f1a974ec054dd6673 100644 (file)
@@ -53,4 +53,3 @@ typedef enum _XENVBD_DEVICE_TYPE {
 } XENVBD_DEVICE_TYPE, *PXENVBD_DEVICE_TYPE;
 
 #endif // _XENVBD_TYPES_H
-