aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-09-30 12:08:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-02 09:47:28 -0700
commit5ecf6d2a3b623dfdc527a1bd276d84b1674d1a9f (patch)
tree716bacfb2bb4cdb4d0a46e33b711bd6e4db7171e /drivers/staging
parentstaging: unisys: fix CamelCase in bus_device_info_init() (diff)
downloadlinux-dev-5ecf6d2a3b623dfdc527a1bd276d84b1674d1a9f.tar.xz
linux-dev-5ecf6d2a3b623dfdc527a1bd276d84b1674d1a9f.zip
staging: unisys: remove doubled blank lines in guestlinuxdebug.h
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/unisys/include/guestlinuxdebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h
index 8728e4c7bf6b..bf52eb50b79e 100644
--- a/drivers/staging/unisys/include/guestlinuxdebug.h
+++ b/drivers/staging/unisys/include/guestlinuxdebug.h
@@ -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)