mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 21:09:25 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c297005091
commit
492e7e2ffc
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user