diff options
author | Ashish Kalra <eashishkalra@gmail.com> | 2017-11-28 21:24:58 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-12-07 15:33:02 +0200 |
commit | a765c8fdc8691cd3b8a4ad83d6378376e7268e73 (patch) | |
tree | a721c054a6c218c36e04e2bbe43386bc4d21eda3 | |
parent | c61cfe49f0f0f0d1f8b56d0b045838d597e8c3a3 (diff) | |
download | linux-a765c8fdc8691cd3b8a4ad83d6378376e7268e73.tar.gz linux-a765c8fdc8691cd3b8a4ad83d6378376e7268e73.tar.bz2 linux-a765c8fdc8691cd3b8a4ad83d6378376e7268e73.zip |
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>
-rw-r--r-- | drivers/bcma/driver_pcie2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bcma/driver_pcie2.c b/drivers/bcma/driver_pcie2.c index b1a6e327cb23..cf889fc62ac7 100644 --- a/drivers/bcma/driver_pcie2.c +++ b/drivers/bcma/driver_pcie2.c @@ -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; |