This patch adds comment documentation to visorchannel_tag struct
Signed-off-by: Erik Arfvidson <[email protected]>
Signed-off-by: Benjamin Romer <[email protected]>
---
drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/visorchannel/visorchannel_funcs.c
b/drivers/staging/unisys/visorchannel/visorchannel_funcs.c
index 01a44c5..48e28e3 100644
--- a/drivers/staging/unisys/visorchannel/visorchannel_funcs.c
+++ b/drivers/staging/unisys/visorchannel/visorchannel_funcs.c
@@ -34,8 +34,8 @@ struct VISORCHANNEL_Tag {
uuid_le guid;
ulong size;
BOOL needs_lock;
- spinlock_t insert_lock;
- spinlock_t remove_lock;
+ spinlock_t insert_lock; /* insert lock for visorchannel queue */
+ spinlock_t remove_lock; /* remove lock for visorchannel queue */
struct {
SIGNAL_QUEUE_HEADER req_queue;
--
1.9.1
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel