diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-02-10 05:16:02 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-18 16:30:10 -0500 |
commit | 9e36261d45989e13a2822d047687096f944cc9af (patch) | |
tree | d608b1b36634011374b0132cc88d0fe26ff1e630 | |
parent | dca488b87efcae6f2b21ebe61922289b6093db2c (diff) |
staging/trivial: fix typos concerning "consistent"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/cxt1e1/hwprobe.c | 2 | ||||
-rw-r--r-- | drivers/staging/cxt1e1/pmcc4.h | 2 | ||||
-rw-r--r-- | drivers/staging/cxt1e1/pmcc4_drv.c | 2 | ||||
-rw-r--r-- | drivers/staging/tidspbridge/include/dspbridge/drv.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/cxt1e1/hwprobe.c b/drivers/staging/cxt1e1/hwprobe.c index c517cc22f391..de8ac0bc24fb 100644 --- a/drivers/staging/cxt1e1/hwprobe.c +++ b/drivers/staging/cxt1e1/hwprobe.c | |||
@@ -317,7 +317,7 @@ c4hw_attach_all (void) | |||
317 | pr_warning("No boards found\n"); | 317 | pr_warning("No boards found\n"); |
318 | return ENODEV; | 318 | return ENODEV; |
319 | } | 319 | } |
320 | /* sanity check for consistant hardware found */ | 320 | /* sanity check for consistent hardware found */ |
321 | for (i = 0, hi = hdw_info; i < MAX_BOARDS; i++, hi++) | 321 | for (i = 0, hi = hdw_info; i < MAX_BOARDS; i++, hi++) |
322 | { | 322 | { |
323 | if (hi->pci_slot != 0xff && (!hi->addr[0] || !hi->addr[1])) | 323 | if (hi->pci_slot != 0xff && (!hi->addr[0] || !hi->addr[1])) |
diff --git a/drivers/staging/cxt1e1/pmcc4.h b/drivers/staging/cxt1e1/pmcc4.h index ef6ac7fe7ddd..e046b87763a2 100644 --- a/drivers/staging/cxt1e1/pmcc4.h +++ b/drivers/staging/cxt1e1/pmcc4.h | |||
@@ -31,7 +31,7 @@ | |||
31 | * $Log: pmcc4.h,v $ | 31 | * $Log: pmcc4.h,v $ |
32 | * Revision 1.4 2005/11/01 19:24:48 rickd | 32 | * Revision 1.4 2005/11/01 19:24:48 rickd |
33 | * Remove de-implement function prototypes. Several <int> to | 33 | * Remove de-implement function prototypes. Several <int> to |
34 | * <status_t> changes for consistant usage of same. | 34 | * <status_t> changes for consistent usage of same. |
35 | * | 35 | * |
36 | * Revision 1.3 2005/09/28 00:10:08 rickd | 36 | * Revision 1.3 2005/09/28 00:10:08 rickd |
37 | * Add GNU license info. Use config params from libsbew.h | 37 | * Add GNU license info. Use config params from libsbew.h |
diff --git a/drivers/staging/cxt1e1/pmcc4_drv.c b/drivers/staging/cxt1e1/pmcc4_drv.c index 341e7a92f099..e1f07fabd22d 100644 --- a/drivers/staging/cxt1e1/pmcc4_drv.c +++ b/drivers/staging/cxt1e1/pmcc4_drv.c | |||
@@ -44,7 +44,7 @@ | |||
44 | * Code cleanup. Default channel config to HDLC_FCS16. | 44 | * Code cleanup. Default channel config to HDLC_FCS16. |
45 | * | 45 | * |
46 | * Revision 2.7 2005/10/18 18:16:30 rickd | 46 | * Revision 2.7 2005/10/18 18:16:30 rickd |
47 | * Further NCOMM code repairs - (1) interrupt matrix usage inconsistant | 47 | * Further NCOMM code repairs - (1) interrupt matrix usage inconsistent |
48 | * for indexing into nciInterrupt[][], code missing double parameters. | 48 | * for indexing into nciInterrupt[][], code missing double parameters. |
49 | * (2) check input of ncomm interrupt registration cardID for correct | 49 | * (2) check input of ncomm interrupt registration cardID for correct |
50 | * boundary values. | 50 | * boundary values. |
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h index bb044097323d..25ef1a2c58eb 100644 --- a/drivers/staging/tidspbridge/include/dspbridge/drv.h +++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h | |||
@@ -395,7 +395,7 @@ void bridge_recover_schedule(void); | |||
395 | /* | 395 | /* |
396 | * ======== mem_ext_phys_pool_init ======== | 396 | * ======== mem_ext_phys_pool_init ======== |
397 | * Purpose: | 397 | * Purpose: |
398 | * Uses the physical memory chunk passed for internal consitent memory | 398 | * Uses the physical memory chunk passed for internal consistent memory |
399 | * allocations. | 399 | * allocations. |
400 | * physical address based on the page frame address. | 400 | * physical address based on the page frame address. |
401 | * Parameters: | 401 | * Parameters: |