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: Deb McLemore <debmc@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Deb McLemore 2017-07-26 17:13:30 -05:00 committed by Greg Kroah-Hartman
parent 100330ecc4
commit 03b7b68937
1 changed files with 2 additions and 1 deletions

View File

@ -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 */