From: Mauro Carvalho Chehab Date: Fri, 12 May 2017 12:04:11 +0000 (-0300) Subject: libata: fix identation on a kernel-doc markup X-Git-Tag: v4.13~438^2~16^2~27 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=83af4e1f80ae178fe7bc4ad2f91de46997d736b6;p=mirror_ubuntu-artful-kernel.git 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 --- diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 49ba9834c715..dcd38d9e9804 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -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) {