mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
Staging: greybus: Alignment should match open parenthesis
Clean checkpatch.pl issue in various files: CHECK: Alignment should match open parenthesis Adjust parameters to match alignment with open paranthesis Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a0e0c9208f
commit
b7417e3ca4
@ -65,7 +65,7 @@ static struct attribute *bundle_attrs[] = {
|
|||||||
ATTRIBUTE_GROUPS(bundle);
|
ATTRIBUTE_GROUPS(bundle);
|
||||||
|
|
||||||
static struct gb_bundle *gb_bundle_find(struct gb_interface *intf,
|
static struct gb_bundle *gb_bundle_find(struct gb_interface *intf,
|
||||||
u8 bundle_id)
|
u8 bundle_id)
|
||||||
{
|
{
|
||||||
struct gb_bundle *bundle;
|
struct gb_bundle *bundle;
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ void gb_connection_mode_switch_prepare(struct gb_connection *connection);
|
|||||||
void gb_connection_mode_switch_complete(struct gb_connection *connection);
|
void gb_connection_mode_switch_complete(struct gb_connection *connection);
|
||||||
|
|
||||||
void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
|
void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
|
||||||
u8 *data, size_t length);
|
u8 *data, size_t length);
|
||||||
|
|
||||||
void gb_connection_latency_tag_enable(struct gb_connection *connection);
|
void gb_connection_latency_tag_enable(struct gb_connection *connection);
|
||||||
void gb_connection_latency_tag_disable(struct gb_connection *connection);
|
void gb_connection_latency_tag_disable(struct gb_connection *connection);
|
||||||
|
@ -266,7 +266,7 @@ static int greybus_remove(struct device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int greybus_register_driver(struct greybus_driver *driver, struct module *owner,
|
int greybus_register_driver(struct greybus_driver *driver, struct module *owner,
|
||||||
const char *mod_name)
|
const char *mod_name)
|
||||||
{
|
{
|
||||||
int retval;
|
int retval;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user