Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a765c8fd authored by Ashish Kalra's avatar Ashish Kalra Committed by Kalle Valo
Browse files

bcma: Adjust block comment



use * for block comments in multiple lines according to kernel coding
style

Reported by: checkpatch.pl

Signed-off-by: default avatarAshish Kalra <eashishkalra@gmail.com>
Reviewed-by: default avatarHimanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c61cfe49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,7 +83,8 @@ static void bcma_core_pcie2_hw_ltr_war(struct bcma_drv_pcie2 *pcie2)
		bcma_core_pcie2_set_ltr_vals(pcie2);

		/* TODO:
		si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0); */
		 *si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0);
		 */

		/* enable the LTR */
		devstsctr2 |= PCIE2_CAP_DEVSTSCTRL2_LTRENAB;