scsi: aha1542: Fix multi-line comment style
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Sun, 10 Jan 2021 16:49:26 +0000 (19:49 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 13 Jan 2021 05:14:07 +0000 (00:14 -0500)
commite4da5feb094c3a5dcabf23892e84ba3f42b50bf1
tree9a5b8fffe50b168352b9f2f4f2a85fcf62ab98c8
parent6075416cc4126bf1eb3ae997d6272273c9906ec0
scsi: aha1542: Fix multi-line comment style

Some comments in this driver don't comply with the preferred multi-line
comment style, as reported by 'scripts/checkpatch.pl':

WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line

Fix those comments, along with the (unreported for some reason?) starts of
the multi-line comments not being /* on their own line...

Link: https://lore.kernel.org/r/08c231e5-d86f-9d0b-19ac-ad46fa0c0b58@omprussia.ru
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aha1542.c