All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Romer <benjamin.romer@unisys.com>
To: gregkh@linuxfoundation.org
Cc: driverdev-devel@linuxdriverproject.org,
	sparmaintainer@unisys.com,
	Erik Arfvidson <erik.arfvidson@unisys.com>,
	Benjamin Romer <benjamin.romer@unisys.com>
Subject: [PATCH v3 01/14] staging: unisys: Fix guestlinuxdebug.h comments
Date: Mon, 8 Feb 2016 10:41:40 -0500	[thread overview]
Message-ID: <1454946113-12309-2-git-send-email-benjamin.romer@unisys.com> (raw)
In-Reply-To: <1454946113-12309-1-git-send-email-benjamin.romer@unisys.com>

From: Erik Arfvidson <erik.arfvidson@unisys.com>

This patch simply cleans up all checkpatch comment issues

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>

---
v2: the patch was rebased.
v3: the patch was rebased.
---
 drivers/staging/unisys/include/guestlinuxdebug.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h
index 82ee565..b81287f 100644
--- a/drivers/staging/unisys/include/guestlinuxdebug.h
+++ b/drivers/staging/unisys/include/guestlinuxdebug.h
@@ -17,9 +17,10 @@
 #define __GUESTLINUXDEBUG_H__
 
 /*
-* This file contains supporting interface for "vmcallinterface.h", particularly
-* regarding adding additional structure and functionality to linux
-* ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
+ * This file contains supporting interface for "vmcallinterface.h", particularly
+ * regarding adding additional structure and functionality to linux
+ * ISSUE_IO_VMCALL_POSTCODE_SEVERITY
+ */
 
 /******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
 enum driver_pc {		/* POSTCODE driver identifier tuples */
@@ -133,9 +134,9 @@ enum event_pc {			/* POSTCODE event identifier tuples */
 
 #define POSTCODE_SEVERITY_ERR DIAG_SEVERITY_ERR
 #define POSTCODE_SEVERITY_WARNING DIAG_SEVERITY_WARNING
-#define POSTCODE_SEVERITY_INFO DIAG_SEVERITY_PRINT	/* TODO-> Info currently
-							 * doesn't show, so we
-							 * set info=warning */
+/* TODO-> Info currently doesn't show, so we set info=warning */
+#define POSTCODE_SEVERITY_INFO DIAG_SEVERITY_PRINT
+
 /* example call of POSTCODE_LINUX_2(VISOR_CHIPSET_PC, POSTCODE_SEVERITY_ERR);
  * Please also note that the resulting postcode is in hex, so if you are
  * searching for the __LINE__ number, convert it first to decimal.  The line
-- 
2.5.0

  reply	other threads:[~2016-02-08 15:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 15:41 [PATCH v3 00/14] staging: unisys: cleanup series Benjamin Romer
2016-02-08 15:41 ` Benjamin Romer [this message]
2016-02-08 15:41 ` [PATCH v3 02/14] staging: unisys: fix comments for controlvmchannel.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 03/14] staging: unisys: Fix NULL comparison vbusdeviceinfo.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 04/14] staging: unisys: fix trailing comment in vbusdeviceinfo.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 05/14] staging: unisys: fix comments in visorchipset Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 06/14] staging: unisys: fix spacing in visorchipset.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 07/14] staging: unisys: fix comparison to NULL " Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 08/14] staging: unisys: fix blank lines " Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 09/14] staging: unisys: fix spaces after cast visorchipset.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 10/14] staging: unisys: fix comments in visorbus_main.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 11/14] staging: unisys: fix block comments in ultrainputreport.h Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 12/14] staging: unisys: fix comments in visornic_main.c Benjamin Romer
2016-02-08 15:41 ` [PATCH v3 13/14] staging: unisys: fix else statement " Benjamin Romer
2016-02-08 17:09   ` Sudip Mukherjee
2016-02-09 15:16     ` Ben Romer
2016-02-10  5:36       ` Sudip Mukherjee
2016-02-08 15:41 ` [PATCH v3 14/14] staging: unisys: remove unnecessary goto Benjamin Romer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454946113-12309-2-git-send-email-benjamin.romer@unisys.com \
    --to=benjamin.romer@unisys.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=erik.arfvidson@unisys.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=sparmaintainer@unisys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.