drivers/edac: core Lindent cleanup
Run the EDAC CORE files through Lindent for cleanup Signed-off-by: Douglas Thompson <dougthompson@xmission.com> Signed-off-by: Dave Jiang <djiang@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
4de78c6877
commit
079708b917
@@ -30,6 +30,7 @@ inline int edac_handler_set(void)
|
||||
|
||||
return atomic_read(&edac_handlers);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(edac_handler_set);
|
||||
|
||||
/*
|
||||
@@ -39,4 +40,5 @@ inline void edac_atomic_assert_error(void)
|
||||
{
|
||||
edac_err_assert++;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(edac_atomic_assert_error);
|
||||
|
Reference in New Issue
Block a user