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>
This commit is contained in:
parent
534429dbb9
commit
5ecf6d2a3b
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
||||||
* regarding adding additional structure and functionality to linux
|
* regarding adding additional structure and functionality to linux
|
||||||
* ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
|
* ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
|
||||||
|
|
||||||
|
|
||||||
/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
|
/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
|
||||||
#include "vmcallinterface.h"
|
#include "vmcallinterface.h"
|
||||||
typedef enum { /* POSTCODE driver identifier tuples */
|
typedef enum { /* POSTCODE driver identifier tuples */
|
||||||
|
@ -173,7 +172,6 @@ do { \
|
||||||
#define POSTCODE_LINUX_3(EVENT_PC, pc32bit, severity) \
|
#define POSTCODE_LINUX_3(EVENT_PC, pc32bit, severity) \
|
||||||
POSTCODE_LINUX_A(CURRENT_FILE_PC, EVENT_PC, pc32bit, severity)
|
POSTCODE_LINUX_A(CURRENT_FILE_PC, EVENT_PC, pc32bit, severity)
|
||||||
|
|
||||||
|
|
||||||
#define POSTCODE_LINUX_4(EVENT_PC, pc16bit1, pc16bit2, severity) \
|
#define POSTCODE_LINUX_4(EVENT_PC, pc16bit1, pc16bit2, severity) \
|
||||||
POSTCODE_LINUX_B(CURRENT_FILE_PC, EVENT_PC, pc16bit1, \
|
POSTCODE_LINUX_B(CURRENT_FILE_PC, EVENT_PC, pc16bit1, \
|
||||||
pc16bit2, severity)
|
pc16bit2, severity)
|
||||||
|
|
Loading…
Add table
Reference in a new issue