libata: fix identation on a kernel-doc markup

Sphinx got confused with the markup identation:
	./drivers/ata/libata-scsi.c:3402: ERROR: Unexpected indentation.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2017-05-12 09:04:11 -03:00
parent 6b46c2b156
commit 83af4e1f80

View File

@ -3398,9 +3398,10 @@ static size_t ata_format_dsm_trim_descr(struct scsi_cmnd *cmd, u32 trmax,
* *
* Translate a SCSI WRITE SAME command to be either a DSM TRIM command or * Translate a SCSI WRITE SAME command to be either a DSM TRIM command or
* an SCT Write Same command. * an SCT Write Same command.
* Based on WRITE SAME has the UNMAP flag * Based on WRITE SAME has the UNMAP flag:
* When set translate to DSM TRIM *
* When clear translate to SCT Write Same * - When set translate to DSM TRIM
* - When clear translate to SCT Write Same
*/ */
static unsigned int ata_scsi_write_same_xlat(struct ata_queued_cmd *qc) static unsigned int ata_scsi_write_same_xlat(struct ata_queued_cmd *qc)
{ {