Skip to content

Commit

Permalink
ata: libahci: fix comment indentation
Browse files Browse the repository at this point in the history
Indent the numbered item with one space like all other items in the same
list.

Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
baruchsiach authored and htejun committed Feb 12, 2018
1 parent 3b61e51 commit 9f2b51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libahci_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f2b51d

Please sign in to comment.