summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Gumbrecht <martin.gumbrecht@googlemail.com>2014-06-20 19:38:00 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-20 20:48:25 +0400
commit492e7e2ffc7ea2179e359a3e2b37a6cfaa947dee (patch)
treec10190d8b5f29161936cb993fea7f929b4c101cb
parentc2970050917dfacf235374f43c26a8a5677b7847 (diff)
downloadlinux-492e7e2ffc7ea2179e359a3e2b37a6cfaa947dee.tar.xz
Staging: bcm: Queue.h: fix checkpatch errors: comments
This patch improves coding style in Queue.h Comments according to the coding guideline Signed-off-by: Martin Gumbrecht <martin.gumbrecht@googlemail.com> Signed-off-by: Christian Bay <christian.bay@studium.fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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__ */