diff options
| author | Randy Dunlap <[email protected]> | 2023-01-16 23:01:51 -0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-01-23 20:53:43 -0500 |
| commit | 2aa0f83edb1c5a341f0aca209b0ecd74672fb3fa (patch) | |
| tree | 43b69dc5163568b9c827911c84b5f0b5380cd412 | |
| parent | 85e182b48a33a44f3e0cfe6e7ee9da15baa0afce (diff) | |
scsi: elx: libefc_sli: Use "/*" for non-kernel-doc comment
Don't use "/**" to begin non-kernel-doc comments. Prevent a kernel-doc
warning:
drivers/scsi/elx/libefc_sli/sli4.c:13: warning: cannot understand function prototype: 'struct sli4_asic_entry_t sli4_asic_table[] = '
Signed-off-by: Randy Dunlap <[email protected]>
Cc: James Smart <[email protected]>
Cc: Ram Vegesna <[email protected]>
Cc: [email protected]
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
| -rw-r--r-- | drivers/scsi/elx/libefc_sli/sli4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/elx/libefc_sli/sli4.c b/drivers/scsi/elx/libefc_sli/sli4.c index b8c048cdb17f..8f96049f62dd 100644 --- a/drivers/scsi/elx/libefc_sli/sli4.c +++ b/drivers/scsi/elx/libefc_sli/sli4.c @@ -4,7 +4,7 @@ * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. */ -/** +/* * All common (i.e. transport-independent) SLI-4 functions are implemented * in this file. */ |