Aligned some parameters to the previous parenthesis.

Signed-off-by: Cristian Sicilia <sicilia.crist...@gmail.com>
---
 drivers/staging/greybus/loopback.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/greybus/loopback.c 
b/drivers/staging/greybus/loopback.c
index e4d42c1..1085e06 100644
--- a/drivers/staging/greybus/loopback.c
+++ b/drivers/staging/greybus/loopback.c
@@ -638,7 +638,8 @@ static int gb_loopback_async_transfer(struct gb_loopback 
*gb, u32 len)
        retval = gb_loopback_async_operation(gb, GB_LOOPBACK_TYPE_TRANSFER,
                                             request, len + sizeof(*request),
                                             len + response_len,
-                                            
gb_loopback_async_transfer_complete);
+                                            gb_loopback_async_transfer_complete
+                                            );
        if (retval)
                goto gb_error;
 
@@ -682,7 +683,8 @@ static int gb_loopback_request_handler(struct gb_operation 
*operation)
                }
 
                if (!gb_operation_response_alloc(operation,
-                               len + sizeof(*response), GFP_KERNEL)) {
+                                                len + sizeof(*response),
+                                                GFP_KERNEL)) {
                        dev_err(dev, "error allocating response\n");
                        return -ENOMEM;
                }
@@ -882,7 +884,7 @@ static int gb_loopback_fn(void *data)
                                gb->type = 0;
                                gb->send_count = 0;
                                sysfs_notify(&gb->dev->kobj,  NULL,
-                                               "iteration_count");
+                                            "iteration_count");
                                dev_dbg(&bundle->dev, "load test complete\n");
                        } else {
                                dev_dbg(&bundle->dev,
@@ -1066,7 +1068,7 @@ static int gb_loopback_probe(struct gb_bundle *bundle,
 
        /* Allocate kfifo */
        if (kfifo_alloc(&gb->kfifo_lat, kfifo_depth * sizeof(u32),
-                         GFP_KERNEL)) {
+                       GFP_KERNEL)) {
                retval = -ENOMEM;
                goto out_conn;
        }
-- 
2.7.4

Attachment: signature.asc
Description: PGP signature

Reply via email to