diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 09:16:18 -0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-05-16 11:23:45 -0400 |
commit | 6baf20bce8318b3245a1f1fbcb290256b3c44a15 (patch) | |
tree | db88eda4148a16ff5112938fc6f7f88108ef0250 /drivers/ata/libata-scsi.c | |
parent | 5d7a288caf6d9b839a9a5bd28e56e15678669e67 (diff) | |
download | linux-6baf20bce8318b3245a1f1fbcb290256b3c44a15.tar.bz2 |
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>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 7 |
1 files changed, 4 insertions, 3 deletions
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) { |