Searched hist:e4da5feb094c3a5dcabf23892e84ba3f42b50bf1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | aha1542.c | diff e4da5feb094c3a5dcabf23892e84ba3f42b50bf1 Sun Jan 10 17:49:26 CET 2021 Sergey Shtylyov <s.shtylyov@omprussia.ru> 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>
|