Changeset 1433ecda in mainline for uspace/drv/bus/isa


Ignore:
Timestamp:
2018-04-04T15:42:37Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    r47b2d7e3 r1433ecda  
    227227};
    228228
    229 static ddf_dev_ops_t isa_fun_ops= {
     229static ddf_dev_ops_t isa_fun_ops = {
    230230        .interfaces[HW_RES_DEV_IFACE] = &isa_fun_hw_res_ops,
    231231        .interfaces[PIO_WINDOW_DEV_IFACE] = &isa_fun_pio_window_ops,
     
    307307        }
    308308
    309         rc = vfs_read(fd, (aoff64_t []) {0}, buf, len, &nread);
     309        rc = vfs_read(fd, (aoff64_t []) { 0 }, buf, len, &nread);
    310310        if (rc != EOK) {
    311311                ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path);
Note: See TracChangeset for help on using the changeset viewer.