Commit 028ba0db authored by R Veera Kumar's avatar R Veera Kumar Committed by Greg Kroah-Hartman

staging: rts5208: shorten long line in func call

Add a newline after the first argument.
To respect the 80 character line limit.
Found using checkpatch.pl.
Signed-off-by: default avatarR Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200319094835.GA2878@tulip.localSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b542a2c0
...@@ -940,7 +940,8 @@ static void rtsx_monitor_aspm_config(struct rtsx_chip *chip) ...@@ -940,7 +940,8 @@ static void rtsx_monitor_aspm_config(struct rtsx_chip *chip)
if (maybe_support_aspm) if (maybe_support_aspm)
chip->aspm_l0s_l1_en = 0x03; 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]); chip->aspm_level[0], chip->aspm_level[1]);
if (chip->aspm_l0s_l1_en) { if (chip->aspm_l0s_l1_en) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment