Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ashish Kalra and committed by
Kalle Valo
a765c8fd c61cfe49

+2 -1
+2 -1
drivers/bcma/driver_pcie2.c
··· 83 83 bcma_core_pcie2_set_ltr_vals(pcie2); 84 84 85 85 /* TODO: 86 - si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0); */ 86 + *si_core_wrapperreg(pcie2, 3, 0x60, 0x8080, 0); 87 + */ 87 88 88 89 /* enable the LTR */ 89 90 devstsctr2 |= PCIE2_CAP_DEVSTSCTRL2_LTRENAB;