drivers/edac: Lindent r82600
Run r82600_edac.c file 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
1111660109
commit
cddbfcacf0
@@ -155,7 +155,8 @@ static void r82600_get_error_info (struct mem_ctl_info *mci,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int r82600_process_error_info(struct mem_ctl_info *mci,
|
static int r82600_process_error_info(struct mem_ctl_info *mci,
|
||||||
struct r82600_error_info *info, int handle_errors)
|
struct r82600_error_info *info,
|
||||||
|
int handle_errors)
|
||||||
{
|
{
|
||||||
int error_found;
|
int error_found;
|
||||||
u32 eapaddr, page;
|
u32 eapaddr, page;
|
||||||
@@ -177,9 +178,7 @@ static int r82600_process_error_info (struct mem_ctl_info *mci,
|
|||||||
|
|
||||||
if (handle_errors)
|
if (handle_errors)
|
||||||
edac_mc_handle_ce(mci, page, 0, /* not avail */
|
edac_mc_handle_ce(mci, page, 0, /* not avail */
|
||||||
syndrome,
|
syndrome, edac_mc_find_csrow_by_page(mci, page), 0, /* channel */
|
||||||
edac_mc_find_csrow_by_page(mci, page),
|
|
||||||
0, /* channel */
|
|
||||||
mci->ctl_name);
|
mci->ctl_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user