diff options
author | Lee Jones <[email protected]> | 2021-03-17 09:11:58 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-03-18 23:35:54 -0400 |
commit | 59863cb53d80adc421092203eeef98708ddca0cb (patch) | |
tree | 3f600dffebacf0397697b2db65b2d62818f09447 | |
parent | 5ccd626516e186ea2669b654c91af5be8b3773dd (diff) |
scsi: sd_zbc: Place function name into header
Fixes the following W=1 kernel build warning(s):
drivers/scsi/sd_zbc.c:137: warning: wrong kernel-doc identifier on line:
Link: https://lore.kernel.org/r/[email protected]
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Le Moal <[email protected]>
Cc: Shaun Tancheff <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/sd_zbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sd_zbc.c b/drivers/scsi/sd_zbc.c index ee558675eab4..232f624c3704 100644 --- a/drivers/scsi/sd_zbc.c +++ b/drivers/scsi/sd_zbc.c @@ -134,7 +134,7 @@ static int sd_zbc_do_report_zones(struct scsi_disk *sdkp, unsigned char *buf, } /** - * Allocate a buffer for report zones reply. + * sd_zbc_alloc_report_buffer() - Allocate a buffer for report zones reply. * @sdkp: The target disk * @nr_zones: Maximum number of zones to report * @buflen: Size of the buffer allocated |