mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mmc: clean up empty lines in .c and .h files
This commit is contained in:
parent
577858c836
commit
56feefccc7
2 changed files with 0 additions and 2 deletions
|
|
@ -1478,7 +1478,6 @@ dwmmc_cam_action(struct cam_sim *sim, union ccb *ccb)
|
|||
}
|
||||
case XPT_SET_TRAN_SETTINGS:
|
||||
{
|
||||
|
||||
dwmmc_cam_settran_settings(sc, ccb);
|
||||
ccb->ccb_h.status = CAM_REQ_CMP;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ static const struct mmc_quirk mmc_quirks[] = {
|
|||
*/
|
||||
{ 0x70, MMC_QUIRK_OID_ANY, "V10008", MMC_QUIRK_BROKEN_TRIM },
|
||||
{ 0x70, MMC_QUIRK_OID_ANY, "V10016", MMC_QUIRK_BROKEN_TRIM },
|
||||
|
||||
{ 0x0, 0x0, NULL, 0x0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue