Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78adbb28 authored by Guillaume Morin's avatar Guillaume Morin Committed by Greg Kroah-Hartman
Browse files

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: default avatarGuillaume Morin <guillaume@morinfr.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dc894a02
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -88,8 +88,7 @@ module_exit(dgnc_cleanup_module);
/*
 * File operations permitted on Control/Management major.
 */
static const struct file_operations dgnc_BoardFops =
{
static const struct file_operations dgnc_BoardFops = {
	.owner		=	THIS_MODULE,
	.unlocked_ioctl =  	dgnc_mgmt_ioctl,
	.open		=	dgnc_mgmt_open,