]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
libata: fix identation on a kernel-doc markup
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 12:16:18 +0000 (09:16 -0300)
committerTejun Heo <tj@kernel.org>
Tue, 16 May 2017 15:23:45 +0000 (11:23 -0400)
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>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c

index 49ba9834c7153613788a32601fb6526ceecf0fae..dcd38d9e980403956d998f6239b807534b682e8d 100644 (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
  * an SCT Write Same command.
- * Based on WRITE SAME has the UNMAP flag
- *   When set translate to DSM TRIM
- *   When clear translate to SCT Write Same
+ * Based on WRITE SAME has the UNMAP flag:
+ *
+ *   - 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)
 {