diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-02-05 14:50:36 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-02-12 20:18:25 +0300 |
commit | 9f2b51db5b551085e26c8af5fbe484d62b891ec9 (patch) | |
tree | f2e2caca7442563d460c7d081c370b7416d718bb /drivers/ata | |
parent | 3b61e5121d5c4d0ea79fe90ced8df2fe5cb67dc2 (diff) | |
download | linux-9f2b51db5b551085e26c8af5fbe484d62b891ec9.tar.xz |
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.c | 2 |
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 |