From 78adbb284cf319edd05d7322ca41e877b6f628e5 Mon Sep 17 00:00:00 2001 From: Guillaume Morin Date: Sat, 28 Jun 2014 18:16:40 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed