mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
bcma: Adjust block comment
use * for block comments in multiple lines according to kernel coding style Reported by: checkpatch.pl Signed-off-by: Ashish Kalra <eashishkalra@gmail.com> Reviewed-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -83,7 +83,8 @@ static void bcma_core_pcie2_hw_ltr_war(struct bcma_drv_pcie2 *pcie2)
|
|||||||
bcma_core_pcie2_set_ltr_vals(pcie2);
|
bcma_core_pcie2_set_ltr_vals(pcie2);
|
||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0); */
|
*si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0);
|
||||||
|
*/
|
||||||
|
|
||||||
/* enable the LTR */
|
/* enable the LTR */
|
||||||
devstsctr2 |= PCIE2_CAP_DEVSTSCTRL2_LTRENAB;
|
devstsctr2 |= PCIE2_CAP_DEVSTSCTRL2_LTRENAB;
|
||||||
|
Reference in New Issue
Block a user