From: Kevin McKinney Date: Sat, 5 Jan 2013 04:35:04 +0000 (-0500) Subject: Staging: bcm: Properly format braces in Debug.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=27bc7b2be29441868d8acd5022794339c752dbea;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h index 2917ed316e12..b4ff00081cf2 100644 --- a/drivers/staging/bcm/Debug.h +++ b/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 */