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

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
...@@ -134,8 +134,7 @@ ...@@ -134,8 +134,7 @@
#define EP_DATA_OUT 2 #define EP_DATA_OUT 2
#define EP_DATA_IN 3 #define EP_DATA_IN 3
struct ds_device struct ds_device {
{
struct list_head ds_entry; struct list_head ds_entry;
struct usb_device *udev; struct usb_device *udev;
...@@ -158,8 +157,7 @@ struct ds_device ...@@ -158,8 +157,7 @@ struct ds_device
struct w1_bus_master master; struct w1_bus_master master;
}; };
struct ds_status struct ds_status {
{
u8 enable; u8 enable;
u8 speed; u8 speed;
u8 pullup_dur; u8 pullup_dur;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment