You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
6aaccece1c
commit
b595076a18
@@ -47,7 +47,7 @@ static void cell_edac_count_ce(struct mem_ctl_info *mci, int chan, u64 ar)
|
||||
offset = address & ~PAGE_MASK;
|
||||
syndrome = (ar & 0x000000001fe00000ul) >> 21;
|
||||
|
||||
/* TODO: Decoding of the error addresss */
|
||||
/* TODO: Decoding of the error address */
|
||||
edac_mc_handle_ce(mci, csrow->first_page + pfn, offset,
|
||||
syndrome, 0, chan, "");
|
||||
}
|
||||
@@ -68,7 +68,7 @@ static void cell_edac_count_ue(struct mem_ctl_info *mci, int chan, u64 ar)
|
||||
pfn = address >> PAGE_SHIFT;
|
||||
offset = address & ~PAGE_MASK;
|
||||
|
||||
/* TODO: Decoding of the error addresss */
|
||||
/* TODO: Decoding of the error address */
|
||||
edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user