staging: rts5208: shorten long line in func call
authorR Veera Kumar <vkor@vkten.in>
Thu, 19 Mar 2020 09:49:03 +0000 (15:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Mar 2020 14:11:35 +0000 (15:11 +0100)
Add a newline after the first argument.
To respect the 80 character line limit.
Found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200319094835.GA2878@tulip.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_chip.c

index 17c4131f5f62240c70fed4979fd021184e9d2b57..c6f9375468ebd553224ba9b309240ee886b86c0f 100644 (file)
@@ -940,7 +940,8 @@ static void rtsx_monitor_aspm_config(struct rtsx_chip *chip)
                if (maybe_support_aspm)
                        chip->aspm_l0s_l1_en = 0x03;
 
-               dev_dbg(rtsx_dev(chip), "aspm_level[0] = 0x%02x, aspm_level[1] = 0x%02x\n",
+               dev_dbg(rtsx_dev(chip),
+                       "aspm_level[0] = 0x%02x, aspm_level[1] = 0x%02x\n",
                        chip->aspm_level[0], chip->aspm_level[1]);
 
                if (chip->aspm_l0s_l1_en) {