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>
This commit is contained in:
Uwe Kleine-König 2011-02-10 11:16:02 +01:00 committed by Greg Kroah-Hartman
parent dca488b87e
commit 9e36261d45
4 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ c4hw_attach_all (void)
pr_warning("No boards found\n"); pr_warning("No boards found\n");
return ENODEV; return ENODEV;
} }
/* sanity check for consistant hardware found */ /* sanity check for consistent hardware found */
for (i = 0, hi = hdw_info; i < MAX_BOARDS; i++, hi++) for (i = 0, hi = hdw_info; i < MAX_BOARDS; i++, hi++)
{ {
if (hi->pci_slot != 0xff && (!hi->addr[0] || !hi->addr[1])) if (hi->pci_slot != 0xff && (!hi->addr[0] || !hi->addr[1]))

View File

@ -31,7 +31,7 @@
* $Log: pmcc4.h,v $ * $Log: pmcc4.h,v $
* Revision 1.4 2005/11/01 19:24:48 rickd * Revision 1.4 2005/11/01 19:24:48 rickd
* Remove de-implement function prototypes. Several <int> to * Remove de-implement function prototypes. Several <int> to
* <status_t> changes for consistant usage of same. * <status_t> changes for consistent usage of same.
* *
* Revision 1.3 2005/09/28 00:10:08 rickd * Revision 1.3 2005/09/28 00:10:08 rickd
* Add GNU license info. Use config params from libsbew.h * Add GNU license info. Use config params from libsbew.h

View File

@ -44,7 +44,7 @@
* Code cleanup. Default channel config to HDLC_FCS16. * Code cleanup. Default channel config to HDLC_FCS16.
* *
* Revision 2.7 2005/10/18 18:16:30 rickd * Revision 2.7 2005/10/18 18:16:30 rickd
* Further NCOMM code repairs - (1) interrupt matrix usage inconsistant * Further NCOMM code repairs - (1) interrupt matrix usage inconsistent
* for indexing into nciInterrupt[][], code missing double parameters. * for indexing into nciInterrupt[][], code missing double parameters.
* (2) check input of ncomm interrupt registration cardID for correct * (2) check input of ncomm interrupt registration cardID for correct
* boundary values. * boundary values.

View File

@ -395,7 +395,7 @@ void bridge_recover_schedule(void);
/* /*
* ======== mem_ext_phys_pool_init ======== * ======== mem_ext_phys_pool_init ========
* Purpose: * Purpose:
* Uses the physical memory chunk passed for internal consitent memory * Uses the physical memory chunk passed for internal consistent memory
* allocations. * allocations.
* physical address based on the page frame address. * physical address based on the page frame address.
* Parameters: * Parameters: