diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2015-02-27 09:52:31 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 17:05:39 -0500 |
| commit | d939be3add4f1410079dad2755d4936cdb70903b (patch) | |
| tree | 290a9b79b5ac87b0b2896e47fe0bcb69a8fa21d6 /drivers/parisc | |
| parent | f42cf8d6a3ec934551ac0f20f4654dccb11fa30d (diff) | |
treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/parisc')
| -rw-r--r-- | drivers/parisc/eisa_enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c index caa153133754..a656d9e83343 100644 --- a/drivers/parisc/eisa_enumerator.c +++ b/drivers/parisc/eisa_enumerator.c | |||
| @@ -357,7 +357,7 @@ static int parse_slot_config(int slot, | |||
| 357 | } | 357 | } |
| 358 | if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) { | 358 | if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) { |
| 359 | /* I have no idea how to handle this */ | 359 | /* I have no idea how to handle this */ |
| 360 | printk("function %d have free-form confgiuration, skipping ", | 360 | printk("function %d have free-form configuration, skipping ", |
| 361 | num_func); | 361 | num_func); |
| 362 | pos = p0 + function_len; | 362 | pos = p0 + function_len; |
| 363 | continue; | 363 | continue; |
