Commit 492e7e2f authored by Martin Gumbrecht's avatar Martin Gumbrecht Committed by Greg Kroah-Hartman

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: default avatarMartin Gumbrecht <martin.gumbrecht@googlemail.com>
Signed-off-by: default avatarChristian Bay <christian.bay@studium.fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2970050
/*************************************
* 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__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment