diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 14:22:24 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-03-04 14:44:57 -0500 |
commit | 35b90a2939a563df4b1f57f18dd925d6aa7cb38a (patch) | |
tree | 37552c7c89d0828573babff0e8cb6f189a257e2f /arch/tile/kernel | |
parent | 8c34d8d9bec0b2a38e8beab46a643e9b323c8310 (diff) |
tile: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com> [plus "uninitalization"]
Diffstat (limited to 'arch/tile/kernel')
-rw-r--r-- | arch/tile/kernel/kgdb.c | 8 | ||||
-rw-r--r-- | arch/tile/kernel/pci_gx.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arch/tile/kernel/kgdb.c b/arch/tile/kernel/kgdb.c index 6ad99925900e..9247d6b562f4 100644 --- a/arch/tile/kernel/kgdb.c +++ b/arch/tile/kernel/kgdb.c | |||
@@ -433,9 +433,9 @@ int kgdb_arch_handle_exception(int vector, int signo, int err_code, | |||
433 | struct kgdb_arch arch_kgdb_ops; | 433 | struct kgdb_arch arch_kgdb_ops; |
434 | 434 | ||
435 | /* | 435 | /* |
436 | * kgdb_arch_init - Perform any architecture specific initalization. | 436 | * kgdb_arch_init - Perform any architecture specific initialization. |
437 | * | 437 | * |
438 | * This function will handle the initalization of any architecture | 438 | * This function will handle the initialization of any architecture |
439 | * specific callbacks. | 439 | * specific callbacks. |
440 | */ | 440 | */ |
441 | int kgdb_arch_init(void) | 441 | int kgdb_arch_init(void) |
@@ -447,9 +447,9 @@ int kgdb_arch_init(void) | |||
447 | } | 447 | } |
448 | 448 | ||
449 | /* | 449 | /* |
450 | * kgdb_arch_exit - Perform any architecture specific uninitalization. | 450 | * kgdb_arch_exit - Perform any architecture specific uninitialization. |
451 | * | 451 | * |
452 | * This function will handle the uninitalization of any architecture | 452 | * This function will handle the uninitialization of any architecture |
453 | * specific callbacks, for dynamic registration and unregistration. | 453 | * specific callbacks, for dynamic registration and unregistration. |
454 | */ | 454 | */ |
455 | void kgdb_arch_exit(void) | 455 | void kgdb_arch_exit(void) |
diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c index 4c017d0d2de8..aa2b44cd8fd3 100644 --- a/arch/tile/kernel/pci_gx.c +++ b/arch/tile/kernel/pci_gx.c | |||
@@ -1326,7 +1326,7 @@ invalid_device: | |||
1326 | 1326 | ||
1327 | 1327 | ||
1328 | /* | 1328 | /* |
1329 | * See tile_cfg_read() for relevent comments. | 1329 | * See tile_cfg_read() for relevant comments. |
1330 | * Note that "val" is the value to write, not a pointer to that value. | 1330 | * Note that "val" is the value to write, not a pointer to that value. |
1331 | */ | 1331 | */ |
1332 | static int tile_cfg_write(struct pci_bus *bus, unsigned int devfn, int offset, | 1332 | static int tile_cfg_write(struct pci_bus *bus, unsigned int devfn, int offset, |