Skip to content

Commit 2aeebca

Browse files
IoanaCiorneigregkh
authored andcommitted
drivers: base: memory: Use tabs instead of spaces
This patch changes spaces to tabs. Found using checkpatch.pl Signed-off-by: Ioana Ciornei <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ea31003 commit 2aeebca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/base/memory.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ static BLOCKING_NOTIFIER_HEAD(memory_chain);
5252

5353
int register_memory_notifier(struct notifier_block *nb)
5454
{
55-
return blocking_notifier_chain_register(&memory_chain, nb);
55+
return blocking_notifier_chain_register(&memory_chain, nb);
5656
}
5757
EXPORT_SYMBOL(register_memory_notifier);
5858

5959
void unregister_memory_notifier(struct notifier_block *nb)
6060
{
61-
blocking_notifier_chain_unregister(&memory_chain, nb);
61+
blocking_notifier_chain_unregister(&memory_chain, nb);
6262
}
6363
EXPORT_SYMBOL(unregister_memory_notifier);
6464

0 commit comments

Comments
 (0)