Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42731
b: refs/heads/master
c: 59a4933
h: refs/heads/master
i:
  42729: f4b50fb
  42727: e8c207e
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Dec 7, 2006
1 parent a84e3cb commit 1c12573
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b6d15de2d4c8149902a680a6cd1d3b26cd2e828
refs/heads/master: 59a493350e7aefff7e262efa39e017517b31b8e8
6 changes: 3 additions & 3 deletions trunk/kernel/power/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ static int prepare_processes(void)
return 0;

platform_finish();
thaw:
thaw:
thaw_processes();
enable_cpus:
enable_cpus:
enable_nonboot_cpus();
pm_restore_console();
return error;
Expand Down Expand Up @@ -392,7 +392,7 @@ static ssize_t resume_store(struct subsystem *subsys, const char *buf, size_t n)
noresume = 0;
software_resume();
ret = n;
out:
out:
return ret;
}

Expand Down
8 changes: 4 additions & 4 deletions trunk/kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, int safe_needed)
memory_bm_position_reset(bm);
return 0;

Free:
Free:
bm->p_list = ca.chain;
memory_bm_free(bm, PG_UNSAFE_CLEAR);
return -ENOMEM;
Expand Down Expand Up @@ -557,7 +557,7 @@ static unsigned long memory_bm_next_pfn(struct memory_bitmap *bm)
memory_bm_position_reset(bm);
return BM_END_OF_MAP;

Return_pfn:
Return_pfn:
bm->cur.chunk = chunk;
bm->cur.bit = bit;
return bb->start_pfn + chunk * BM_BITS_PER_CHUNK + bit;
Expand Down Expand Up @@ -964,7 +964,7 @@ swsusp_alloc(struct memory_bitmap *orig_bm, struct memory_bitmap *copy_bm,
}
return 0;

Free:
Free:
swsusp_free();
return -ENOMEM;
}
Expand Down Expand Up @@ -1540,7 +1540,7 @@ prepare_image(struct memory_bitmap *new_bm, struct memory_bitmap *bm)
}
return 0;

Free:
Free:
swsusp_free();
return error;
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static int swap_write_page(struct swap_map_handle *handle, void *buf,
handle->cur_swap = offset;
handle->k = 0;
}
out:
out:
return error;
}

Expand Down Expand Up @@ -429,7 +429,7 @@ int swsusp_write(void)
if (error)
free_all_swap_pages(root_swap, handle.bitmap);
release_swap_writer(&handle);
out:
out:
swsusp_close();
return error;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/power/swsusp.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ int swsusp_suspend(void)
* that suspended with irqs off ... no overall powerup.
*/
device_power_up();
Enable_irqs:
Enable_irqs:
local_irq_enable();
return error;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/power/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static int snapshot_ioctl(struct inode *inode, struct file *filp,
if (pm_ops->finish)
pm_ops->finish(PM_SUSPEND_MEM);

OutS3:
OutS3:
mutex_unlock(&pm_mutex);
break;

Expand Down

0 comments on commit 1c12573

Please sign in to comment.