summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/bcm/Queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Queue.h b/drivers/staging/bcm/Queue.h
index e1f1da2bb6d4..ebc7222932f1 100644
--- a/drivers/staging/bcm/Queue.h
+++ b/drivers/staging/bcm/Queue.h
@@ -1,5 +1,5 @@
/*************************************
-* Queue.h
+* Queue.h
**************************************/
#ifndef __QUEUE_H__
#define __QUEUE_H__
@@ -28,4 +28,4 @@ do \
Head = Head->next; \
} \
}while(0)
-#endif //__QUEUE_H__
+#endif /* __QUEUE_H__ */