Changeset a57dde4 in mainline for uspace/srv/bd/hr/raid0.c


Ignore:
Timestamp:
2025-03-28T21:28:21Z (3 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
b04f7af
Parents:
5fe0b9b5
Message:

hr: use func for DEBUG printing fcn names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/raid0.c

    r5fe0b9b5 ra57dde4  
    132132static errno_t hr_raid0_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
    133133{
    134         HR_DEBUG("hr_bd_open()\n");
     134        HR_DEBUG("%s()", __func__);
    135135        return EOK;
    136136}
     
    138138static errno_t hr_raid0_bd_close(bd_srv_t *bd)
    139139{
    140         HR_DEBUG("hr_bd_close()\n");
     140        HR_DEBUG("%s()", __func__);
    141141        return EOK;
    142142}
Note: See TracChangeset for help on using the changeset viewer.