Преглед изворни кода

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>
Kevin McKinney пре 12 година
родитељ
комит
27bc7b2be2
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      drivers/staging/bcm/Debug.h

+ 1 - 2
drivers/staging/bcm/Debug.h

@@ -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 */