summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorbus_private.h
diff options
context:
space:
mode:
authorTim Sell2016-06-11 03:48:23 +0200
committerGreg Kroah-Hartman2016-08-15 20:44:26 +0200
commit90bb5c1f27d2af7e0a8430c58fa83f8d910a9e44 (patch)
treef156168dc4481b12adec73808fd3d445c3308fac /drivers/staging/unisys/visorbus/visorbus_private.h
parentstaging: unisys: visorbus: Rename function to follow existing convention (diff)
downloadkernel-qcow2-linux-90bb5c1f27d2af7e0a8430c58fa83f8d910a9e44.tar.gz
kernel-qcow2-linux-90bb5c1f27d2af7e0a8430c58fa83f8d910a9e44.tar.xz
kernel-qcow2-linux-90bb5c1f27d2af7e0a8430c58fa83f8d910a9e44.zip
staging: unisys: visorbus: fix visorbus_private.h comments
This patch ONLY touches comment lines, i.e., NO executable code is affected. Comments were fixed in visorbus_private.h: * Minor typos were corrected. * Useless comments were removed. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Acked-By: Neil Horman <nhorman@tuxdriver.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/visorbus_private.h')
-rw-r--r--drivers/staging/unisys/visorbus/visorbus_private.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/unisys/visorbus/visorbus_private.h b/drivers/staging/unisys/visorbus/visorbus_private.h
index a7b1d4f48e50..3f6ad5279f74 100644
--- a/drivers/staging/unisys/visorbus/visorbus_private.h
+++ b/drivers/staging/unisys/visorbus/visorbus_private.h
@@ -37,16 +37,11 @@ void device_destroy_response(struct visor_device *p, int response);
void device_resume_response(struct visor_device *p, int response);
void device_pause_response(struct visor_device *p, int response);
-/* visorbus init and exit functions */
int visorbus_init(void);
void visorbus_exit(void);
-/* Visorchannel access functions */
+/* visorchannel access functions */
-/* Note that for visorchannel_create()
- * <channel_bytes> and <guid> arguments may be 0 if we are a channel CLIENT.
- * In this case, the values can simply be read from the channel header.
- */
struct visorchannel *visorchannel_create(u64 physaddr,
unsigned long channel_bytes,
gfp_t gfp, uuid_le guid);