staging: unisys: remove doubled blank lines in guestlinuxdebug.h
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:15 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:47:28 +0000 (09:47 -0700)
Take out those doubled blank lines in guestlinuxdebug.h.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/guestlinuxdebug.h

index 8728e4c7bf6b2669ef255d8ffdaace1f7fe7df65..bf52eb50b79e1d847eb686532c3e9b2ed5a6b3f2 100644 (file)
@@ -21,7 +21,6 @@
 * regarding adding additional structure and functionality to linux
 * ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
 
-
 /******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
 #include "vmcallinterface.h"
 typedef enum {         /* POSTCODE driver identifier tuples */
@@ -173,7 +172,6 @@ do {                                                                        \
 #define POSTCODE_LINUX_3(EVENT_PC, pc32bit, severity)                  \
        POSTCODE_LINUX_A(CURRENT_FILE_PC, EVENT_PC, pc32bit, severity)
 
-
 #define POSTCODE_LINUX_4(EVENT_PC, pc16bit1, pc16bit2, severity)       \
        POSTCODE_LINUX_B(CURRENT_FILE_PC, EVENT_PC, pc16bit1,           \
                         pc16bit2, severity)
This page took 0.027534 seconds and 5 git commands to generate.