staging: dgnc_driver.c: code style fixes
authorGuillaume Morin <guillaume@morinfr.org>
Sat, 28 Jun 2014 16:16:40 +0000 (18:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jun 2014 21:37:01 +0000 (14:37 -0700)
commit78adbb284cf319edd05d7322ca41e877b6f628e5
treed675c991c8447e83d5cce088f3644562a40e499c
parentdc894a020f75b0571a3905582244eb8c957a93b5
staging: dgnc_driver.c: code style fixes

Simple code style fixes:
 - "if(" -> "if ("
 - "switch(" -> "switch ("
 - move one open brace to the line of the declaration instead of
   its own line
 - remove trailing whitespace

Signed-off-by: Guillaume Morin <guillaume@morinfr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c
This page took 0.0256729999999999 seconds and 5 git commands to generate.