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

Commit 03b7b689 authored by Deb McLemore's avatar Deb McLemore Committed by Greg Kroah-Hartman
Browse files

staging: greybus: Fix coding style issue for column width



checkpatch.pl line over 80 characters so fix the formatting
for coding style compliance.

Signed-off-by: default avatarDeb McLemore <debmc@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 100330ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ struct spilib_ops {
	void (*unprepare_transfer_hardware)(struct device *dev);
};

int gb_spilib_master_init(struct gb_connection *connection, struct device *dev, struct spilib_ops *ops);
int gb_spilib_master_init(struct gb_connection *connection,
			  struct device *dev, struct spilib_ops *ops);
void gb_spilib_master_exit(struct gb_connection *connection);

#endif /* __SPILIB_H */