Changeset dfa2313 in mainline for uspace/app/hrctl/hrctl.c


Ignore:
Timestamp:
2024-11-15T21:21:29Z (6 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
d199a6f
Parents:
64eba57
Message:

hr: rename HR_MAXDEVS → HR_MAX_EXTENTS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    r64eba57 rdfa2313  
    357357        }
    358358
    359         if (cfg->dev_no > HR_MAXDEVS) {
     359        if (cfg->dev_no > HR_MAX_EXTENTS) {
    360360                printf("hrctl: too many devices, exiting\n");
    361361                goto bad;
Note: See TracChangeset for help on using the changeset viewer.