staging: vt6656: Fixed issue with alignment in rf.c
authorPritthijit Nath <pritthijit.nath@icloud.com>
Thu, 11 Feb 2021 21:37:15 +0000 (03:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2021 08:47:13 +0000 (09:47 +0100)
This change fixes a checkpatch CHECK style issue for "Alignment should
match open parenthesis".

Signed-off-by: Pritthijit Nath <pritthijit.nath@icloud.com>
Link: https://lore.kernel.org/r/20210211213715.7386-1-pritthijit.nath@icloud.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rf.c

index 5b8da06e39162a9487c7745d89b864f6c15f2af7..bcd4d467e03ad1c2f5372503ca5d33fe71c4f07c 100644 (file)
@@ -687,7 +687,7 @@ static int vnt_rf_set_txpower(struct vnt_private *priv, u8 power,
 
                        if (hw_value < ARRAY_SIZE(vt3226d0_lo_current_table)) {
                                ret = vnt_rf_write_embedded(priv,
-                                       vt3226d0_lo_current_table[hw_value]);
+                                                           vt3226d0_lo_current_table[hw_value]);
                                if (ret)
                                        return ret;
                        }