staging: greybus: Fix indentation in fw-management.c
authorUri Arev <me@wantyapps.xyz>
Mon, 23 May 2022 18:22:26 +0000 (21:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 05:56:25 +0000 (07:56 +0200)
Reported by Checkpatch:
CHECK: Alignment should match open parenthesis

Signed-off-by: Uri Arev <me@wantyapps.xyz>
Link: https://lore.kernel.org/r/20220523182226.405159-1-me@wantyapps.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/fw-management.c

index 687c640..3342b84 100644 (file)
@@ -102,7 +102,7 @@ unlock:
 }
 
 static int fw_mgmt_interface_fw_version_operation(struct fw_mgmt *fw_mgmt,
-               struct fw_mgmt_ioc_get_intf_version *fw_info)
+                                                 struct fw_mgmt_ioc_get_intf_version *fw_info)
 {
        struct gb_connection *connection = fw_mgmt->connection;
        struct gb_fw_mgmt_interface_fw_version_response response;
@@ -240,7 +240,7 @@ static int fw_mgmt_interface_fw_loaded_operation(struct gb_operation *op)
 }
 
 static int fw_mgmt_backend_fw_version_operation(struct fw_mgmt *fw_mgmt,
-               struct fw_mgmt_ioc_get_backend_version *fw_info)
+                                               struct fw_mgmt_ioc_get_backend_version *fw_info)
 {
        struct gb_connection *connection = fw_mgmt->connection;
        struct gb_fw_mgmt_backend_fw_version_request request;
@@ -473,7 +473,7 @@ static int fw_mgmt_ioctl(struct fw_mgmt *fw_mgmt, unsigned int cmd,
                        return -EFAULT;
 
                ret = fw_mgmt_backend_fw_update_operation(fw_mgmt,
-                               backend_update.firmware_tag);
+                                                         backend_update.firmware_tag);
                if (ret)
                        return ret;