diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-04-25 11:35:11 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-06-08 13:21:43 +0200 |
commit | 8621e620c172232ec949f962ab3c977a058c516f (patch) | |
tree | c146557dbdcdc0a799acef9543c8234a993b289a /drivers/hsi | |
parent | 4a8557de7fb0be63e4e783ad4ad77463afb0d611 (diff) | |
download | linux-stable-8621e620c172232ec949f962ab3c977a058c516f.tar.gz linux-stable-8621e620c172232ec949f962ab3c977a058c516f.tar.bz2 linux-stable-8621e620c172232ec949f962ab3c977a058c516f.zip |
HSI: omap_ssi: Fix a typo in a comment line
Add a missing character in this description for a function call.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/controllers/omap_ssi_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/controllers/omap_ssi_core.c b/drivers/hsi/controllers/omap_ssi_core.c index 464db6d33afb..fb7ed8fce83a 100644 --- a/drivers/hsi/controllers/omap_ssi_core.c +++ b/drivers/hsi/controllers/omap_ssi_core.c @@ -467,7 +467,7 @@ static int ssi_hw_init(struct hsi_controller *ssi) dev_err(&ssi->device, "runtime PM failed %d\n", err); return err; } - /* Reseting GDD */ + /* Resetting GDD */ writel_relaxed(SSI_SWRESET, omap_ssi->gdd + SSI_GDD_GRST_REG); /* Get FCK rate in KHz */ omap_ssi->fck_rate = DIV_ROUND_CLOSEST(ssi_get_clk_rate(ssi), 1000); |