Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16296
b: refs/heads/master
c: 98a38eb
h: refs/heads/master
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Jan 6, 2006
1 parent 978bc9a commit 7f664cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5ac24eefd1d89bc6aa2817741c3bd5d4205b2efd
refs/heads/master: 98a38ebdda69f1498be4f618d8d919695c8d6352
4 changes: 2 additions & 2 deletions trunk/drivers/base/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ static struct kset_uevent_ops memory_uevent_ops = {

static struct notifier_block *memory_chain;

static int register_memory_notifier(struct notifier_block *nb)
int register_memory_notifier(struct notifier_block *nb)
{
return notifier_chain_register(&memory_chain, nb);
}

static void unregister_memory_notifier(struct notifier_block *nb)
void unregister_memory_notifier(struct notifier_block *nb)
{
notifier_chain_unregister(&memory_chain, nb);
}
Expand Down

0 comments on commit 7f664cd

Please sign in to comment.