aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-09-01 09:40:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-05 00:23:26 -0400
commit9b0131cb24182ef6cc478a89fc56fc6e004651e7 (patch)
tree0ba3cb32dbe095dfbaa272a6785359c64033ad85 /drivers/staging/tidspbridge/include
parent25a606c36af7948d6351eb601e3de74845d640e1 (diff)
staging/trivial: fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h2
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/mgr.h2
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/wdt.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index f3650153ef3..c1f363ec9af 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -193,7 +193,7 @@ struct process_context {
193 * Ensures: 193 * Ensures:
194 * 0: - *drv_obj is a valid DRV interface to the device. 194 * 0: - *drv_obj is a valid DRV interface to the device.
195 * - List of DevObject Created and Initialized. 195 * - List of DevObject Created and Initialized.
196 * - List of dev_node String created and intialized. 196 * - List of dev_node String created and initialized.
197 * - Registry is updated with the DRV Object. 197 * - Registry is updated with the DRV Object.
198 * !0: DRV Object not created 198 * !0: DRV Object not created
199 * Details: 199 * Details:
diff --git a/drivers/staging/tidspbridge/include/dspbridge/mgr.h b/drivers/staging/tidspbridge/include/dspbridge/mgr.h
index 99f7dc0116b..e506c4d4947 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/mgr.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/mgr.h
@@ -192,7 +192,7 @@ extern int mgr_get_dcd_handle(struct mgr_object
192 * ======== mgr_init ======== 192 * ======== mgr_init ========
193 * Purpose: 193 * Purpose:
194 * Initialize MGR's private state, keeping a reference count on each 194 * Initialize MGR's private state, keeping a reference count on each
195 * call. Intializes the DCD. 195 * call. Initializes the DCD.
196 * Parameters: 196 * Parameters:
197 * Returns: 197 * Returns:
198 * TRUE if initialized; FALSE if error occured. 198 * TRUE if initialized; FALSE if error occured.
diff --git a/drivers/staging/tidspbridge/include/dspbridge/wdt.h b/drivers/staging/tidspbridge/include/dspbridge/wdt.h
index 4c00ba5fa5b..36193db2e9a 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/wdt.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/wdt.h
@@ -44,7 +44,7 @@ struct dsp_wdt_setting {
44/** 44/**
45 * dsp_wdt_init() - initialize wdt3 module. 45 * dsp_wdt_init() - initialize wdt3 module.
46 * 46 *
47 * This function initilize to wdt3 module, so that 47 * This function initialize to wdt3 module, so that
48 * other wdt3 function can be used. 48 * other wdt3 function can be used.
49 */ 49 */
50int dsp_wdt_init(void); 50int dsp_wdt_init(void);