summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorchipset.c
diff options
context:
space:
mode:
authorDavid Binder2017-08-22 19:27:01 +0200
committerGreg Kroah-Hartman2017-08-22 23:56:03 +0200
commit12cbd490435ceef86828f66011ece4187a2cbb7d (patch)
tree4f4fde05b911f161fd64c18afc43840867805088 /drivers/staging/unisys/visorbus/visorchipset.c
parentstaging: unisys: visorbus: Merge vmcallinterface.h into visorchipset.c (diff)
downloadkernel-qcow2-linux-12cbd490435ceef86828f66011ece4187a2cbb7d.tar.gz
kernel-qcow2-linux-12cbd490435ceef86828f66011ece4187a2cbb7d.tar.xz
kernel-qcow2-linux-12cbd490435ceef86828f66011ece4187a2cbb7d.zip
staging: unisys: visorbus: Remove unnecessary comments
Removes comments that do not provide any valuable information. Signed-off-by: David Binder <david.binder@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/visorchipset.c')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 6dd7f29413e6..28ea21f84d7f 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -53,18 +53,7 @@ struct parser_context {
char data[0];
};
-/*
- * VMCALL_CONTROLVM_ADDR: Used by all guests, not just IO.
- *
- * Note: When a new VMCALL is added:
- * - The 1st 2 hex digits correspond to one of the VMCALL_MONITOR_INTERFACE
- * types.
- * - The next 2 hex digits are the nth relative instance of within a type.
- * E.G. for VMCALL_VIRTPART_RECYCLE_PART,
- * - The 0x02 identifies it as a VMCALL_VIRTPART type.
- * - The 0x01 identifies it as the 1st instance of a VMCALL_VIRTPART type of
- * VMCALL.
- */
+/* VMCALL_CONTROLVM_ADDR: Used by all guests, not just IO. */
#define VMCALL_CONTROLVM_ADDR 0x0501
enum vmcall_result {