aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/include/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/logging.h')
-rw-r--r--drivers/staging/hv/include/logging.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/include/logging.h b/drivers/staging/hv/include/logging.h
index f77c5172eb2..8609269ca19 100644
--- a/drivers/staging/hv/include/logging.h
+++ b/drivers/staging/hv/include/logging.h
@@ -25,8 +25,8 @@
#ifndef _LOGGING_H_
#define _LOGGING_H_
-//#include <linux/init.h>
-//#include <linux/module.h>
+/* #include <linux/init.h> */
+/* #include <linux/module.h> */
#include "osd.h"
@@ -52,7 +52,7 @@
INPUTVSC_DRV|\
BLKVSC_DRV)
-// Logging Level
+/* Logging Level */
#define ERROR_LVL 3
#define WARNING_LVL 4
#define INFO_LVL 6
@@ -117,4 +117,4 @@ extern unsigned int vmbus_loglevel;
#define DPRINT_EXIT(mod)
#endif
-#endif //_LOGGING_H_
+#endif /* _LOGGING_H_ */