Browse Source

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>
Markus Elfring 8 years ago
parent
commit
8621e620c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/hsi/controllers/omap_ssi_core.c

+ 1 - 1
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);