aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-02-05 13:50:36 +0200
committerTejun Heo <tj@kernel.org>2018-02-12 09:18:25 -0800
commit9f2b51db5b551085e26c8af5fbe484d62b891ec9 (patch)
treef2e2caca7442563d460c7d081c370b7416d718bb /drivers/ata
parentahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine() (diff)
downloadlinux-dev-9f2b51db5b551085e26c8af5fbe484d62b891ec9.tar.xz
linux-dev-9f2b51db5b551085e26c8af5fbe484d62b891ec9.zip
ata: libahci: fix comment indentation
Indent the numbered item with one space like all other items in the same list. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libahci_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libahci_platform.c b/drivers/ata/libahci_platform.c
index 341d0ef82cbd..30cc8f1a31e1 100644
--- a/drivers/ata/libahci_platform.c
+++ b/drivers/ata/libahci_platform.c
@@ -340,7 +340,7 @@ static int ahci_platform_get_regulator(struct ahci_host_priv *hpriv, u32 port,
* 2) regulator for controlling the targets power (optional)
* 3) 0 - AHCI_MAX_CLKS clocks, as specified in the devs devicetree node,
* or for non devicetree enabled platforms a single clock
- * 4) phys (optional)
+ * 4) phys (optional)
*
* RETURNS:
* The allocated ahci_host_priv on success, otherwise an ERR_PTR value