]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bcma: Adjust block comment
authorAshish Kalra <eashishkalra@gmail.com>
Tue, 28 Nov 2017 15:54:58 +0000 (21:24 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Dec 2017 13:33:02 +0000 (15:33 +0200)
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>
drivers/bcma/driver_pcie2.c

index b1a6e327cb23d44d10a2952d9e0aa5f356528b24..cf889fc62ac7fdd65a0995df47575bbb4fbe2df7 100644 (file)
@@ -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;