Also, the code has many cases that look like:
if (root_cmd & PCI_ERR_ROOT_CMD_COR_EN) {
}
If the intent is to add some code later, pls put a TODO here.
Otherwise please remove these or replace with comments like
/* For correctable - nothing special needs to be done. */-- MST
