.. | .. |
---|
243 | 243 | acpi_os_printf("[%s] ", |
---|
244 | 244 | acpi_ut_get_reference_name(obj_desc)); |
---|
245 | 245 | |
---|
246 | | - /* Decode the refererence */ |
---|
| 246 | + /* Decode the reference */ |
---|
247 | 247 | |
---|
248 | 248 | switch (obj_desc->reference.class) { |
---|
249 | 249 | case ACPI_REFCLASS_LOCAL: |
---|
.. | .. |
---|
394 | 394 | u8 display_locals = FALSE; |
---|
395 | 395 | |
---|
396 | 396 | node = walk_state->method_node; |
---|
397 | | - obj_desc = walk_state->method_desc; |
---|
398 | 397 | |
---|
399 | 398 | /* There are no locals for the module-level code case */ |
---|
400 | 399 | |
---|
.. | .. |
---|
465 | 464 | u8 display_args = FALSE; |
---|
466 | 465 | |
---|
467 | 466 | node = walk_state->method_node; |
---|
468 | | - obj_desc = walk_state->method_desc; |
---|
469 | 467 | |
---|
470 | 468 | /* There are no arguments for the module-level code case */ |
---|
471 | 469 | |
---|