aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/include/List.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/List.h')
-rw-r--r--drivers/staging/hv/include/List.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/include/List.h b/drivers/staging/hv/include/List.h
index 581fe534013..31c12969643 100644
--- a/drivers/staging/hv/include/List.h
+++ b/drivers/staging/hv/include/List.h
@@ -36,10 +36,10 @@
typedef DLIST_ENTRY LIST_ENTRY;
typedef DLIST_ENTRY *PLIST_ENTRY;
-//typedef struct LIST_ENTRY {
-// struct LIST_ENTRY * volatile Flink;
-// struct LIST_ENTRY * volatile Blink;
-//} LIST_ENTRY, *PLIST_ENTRY;
+/* typedef struct LIST_ENTRY { */
+/* struct LIST_ENTRY * volatile Flink; */
+/* struct LIST_ENTRY * volatile Blink; */
+/* } LIST_ENTRY, *PLIST_ENTRY; */