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

Commit 7b4bcbcd authored by Henriette Hofmeier's avatar Henriette Hofmeier Committed by Greg Kroah-Hartman
Browse files

ds2490.c: Move struct open braces to previous line



Move open braces of two structs to the declaration line,
as criticized by checkpatch.

Signed-off-by: default avatarHenriette Hofmeier <passt@h-hofmeier.de>
Signed-off-by: default avatarFlorian Harbecke <florian.harbecke@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b2dd10ce
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -134,8 +134,7 @@
#define EP_DATA_OUT			2
#define EP_DATA_IN			3

struct ds_device
{
struct ds_device {
	struct list_head	ds_entry;

	struct usb_device	*udev;
@@ -158,8 +157,7 @@ struct ds_device
	struct w1_bus_master	master;
};

struct ds_status
{
struct ds_status {
	u8			enable;
	u8			speed;
	u8			pullup_dur;