mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
Staging: bcm: Properly format braces in Debug.h
This patch formats braces in Debug.h as reported by checkpatch.pl. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
744467eaf0
commit
27bc7b2be2
@@ -171,8 +171,7 @@
|
||||
* Delibrately matches that of the Windows driver..
|
||||
* The TestApp's ioctl passes this struct to us.
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
unsigned int Subtype, Type;
|
||||
unsigned int OnOff;
|
||||
/* unsigned int debug_level; future expansion */
|
||||
|
||||
Reference in New Issue
Block a user