summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/core/tiomap3430_pwr.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-07-24 03:40:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-14 02:06:59 (GMT)
commit0142919c583cad4e6c82566f59a95ff1e2a728f5 (patch)
tree11c459fb61d60f876d182af01579769ae03fe9dd /drivers/staging/tidspbridge/core/tiomap3430_pwr.c
parent8cb05f4b54535cb91d7a5f9f8eb230bd4fa86e4e (diff)
downloadlinux-fsl-qoriq-0142919c583cad4e6c82566f59a95ff1e2a728f5.tar.xz
staging: tidspbridge: Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/tidspbridge/core/tiomap3430_pwr.c')
-rw-r--r--drivers/staging/tidspbridge/core/tiomap3430_pwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/core/tiomap3430_pwr.c b/drivers/staging/tidspbridge/core/tiomap3430_pwr.c
index 16a4aaf..58a1d6d 100644
--- a/drivers/staging/tidspbridge/core/tiomap3430_pwr.c
+++ b/drivers/staging/tidspbridge/core/tiomap3430_pwr.c
@@ -356,7 +356,7 @@ int pre_scale_dsp(struct bridge_dev_context *dev_context, void *pargs)
dev_dbg(bridge, "OPP: %s IVA in sleep. No message to DSP\n");
return 0;
} else if ((dev_context->brd_state == BRD_RUNNING)) {
- /* Send a prenotificatio to DSP */
+ /* Send a prenotification to DSP */
dev_dbg(bridge, "OPP: %s sent notification to DSP\n", __func__);
sm_interrupt_dsp(dev_context, MBX_PM_SETPOINT_PRENOTIFY);
return 0;